X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=bddea964271dbc6c8dc9aff677e88d334d577d35;hb=bb0fd965c50289c02619113f113927294fa5be23;hp=230862a9f20e37dbfc3707c1a6b18cc9f3f34e97;hpb=e5b94e6072287d39a777a3cedd0f10a66c58a2b5;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 230862a9..bddea964 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,8 +154,18 @@ 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/activate.c \ + openbox/actions/breakchroot.c \ + openbox/actions/cyclewindows.c \ + openbox/actions/debug.c \ + openbox/actions/execute.c \ + openbox/actions/exit.c \ + openbox/actions/reconfigure.c \ + openbox/actions/restart.c \ + openbox/actions/showdesktop.c \ + openbox/actions/showmenu.c \ openbox/actions.c \ openbox/actions.h \ openbox/client.c \