X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=798422b3352d2e0e6967a9b131ea5d9f1f1ee209;hb=85c7635b9b163face21b460de7fd3877baea321b;hp=c65101e676fda8b2368f9bd5dcaefef0c802357f;hpb=b963ed3a92ac0c8980618531fccdaf81613595b3;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index c65101e6..798422b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,7 @@ openbox_openbox_SOURCES = \ 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 \ @@ -170,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 \ @@ -180,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 \