X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=3181ef8dc1fe27832ede7467b49f032954dbc0c4;hb=055cef6c5ddae81fe8976ad83cfa4d60248c0f49;hp=9a9f9d3f0c19de400c73b495f852da801253002f;hpb=ca28e08c2f47dec4e30f54c3ef64376a6246fbf9;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 9a9f9d3f..3181ef8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,8 +171,10 @@ 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/kill.c \ + openbox/actions/layer.c \ openbox/actions/lower.c \ openbox/actions/maximize.c \ openbox/actions/maximizehorizontal.c \ @@ -181,6 +183,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 \