X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=798422b3352d2e0e6967a9b131ea5d9f1f1ee209;hb=5dba9562258c6bc40ced0eb7c7ae32e8cad6905c;hp=896597f3107af4dfa5d24ff60b21073f4280ec7d;hpb=8ab1e9537e5aebfe48d826cbf266cf8d582d9d65;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 896597f3..798422b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,12 +156,14 @@ openbox_openbox_SOURCES = \ gettext.h \ openbox/actions/all.c \ openbox/actions/all.h \ + openbox/actions/addremovedesktop.c \ openbox/actions/breakchroot.c \ openbox/actions/close.c \ openbox/actions/cyclewindows.c \ openbox/actions/debug.c \ openbox/actions/decorations.c \ openbox/actions/desktop.c \ + openbox/actions/dockautohide.c \ openbox/actions/directionalcyclewindows.c \ openbox/actions/directionaldesktop.c \ openbox/actions/directionaltargetwindow.c \ @@ -169,8 +171,11 @@ openbox_openbox_SOURCES = \ openbox/actions/exit.c \ openbox/actions/focus.c \ openbox/actions/fullscreen.c \ + openbox/actions/growtoedge.c \ openbox/actions/iconify.c \ + openbox/actions/if.c \ openbox/actions/kill.c \ + openbox/actions/layer.c \ openbox/actions/lower.c \ openbox/actions/maximize.c \ openbox/actions/maximizehorizontal.c \ @@ -179,6 +184,7 @@ openbox_openbox_SOURCES = \ openbox/actions/move.c \ openbox/actions/moverelative.c \ openbox/actions/moveto.c \ + openbox/actions/movetofromedge.c \ openbox/actions/omnipresent.c \ openbox/actions/raise.c \ openbox/actions/raiselower.c \