X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=c733558832a830ff7ec4760156111180cb7851e0;hb=9dacac5e5e6b9ed86e76680b048bc227d8866ac6;hp=73a05eee62cc983d418865da99125f79c8bd39a2;hpb=ad4def8e521c449628f6e69b13a7eca63b152793;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 73a05eee..c7335588 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,8 +154,12 @@ 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/debug.c \ + openbox/actions/execute.c \ + openbox/actions.c \ + openbox/actions.h \ openbox/client.c \ openbox/client.h \ openbox/client_list_menu.c \ @@ -164,6 +168,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 \