X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=222eefd3371d1b908b23e66a40f7446867167591;hb=b76ec18d1c8857cf32598c822364298fc535c84e;hp=73a05eee62cc983d418865da99125f79c8bd39a2;hpb=ad4def8e521c449628f6e69b13a7eca63b152793;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 73a05eee..222eefd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,8 +154,11 @@ openbox_openbox_LDADD = \ openbox_openbox_LDFLAGS = -export-dynamic openbox_openbox_SOURCES = \ gettext.h \ - openbox/action.c \ - openbox/action.h \ + openbox/actions/all.c \ + openbox/actions/all.h \ + openbox/actions/execute.c \ + openbox/actions.c \ + openbox/actions.h \ openbox/client.c \ openbox/client.h \ openbox/client_list_menu.c \ @@ -164,6 +167,8 @@ openbox_openbox_SOURCES = \ openbox/client_list_combined_menu.h \ openbox/client_menu.c \ openbox/client_menu.h \ + openbox/composite.c \ + openbox/composite.h \ openbox/config.c \ openbox/config.h \ openbox/debug.c \