summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 14:28:21 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 14:28:21 +0000
commita5c2aadf2778d6ab4105abd457cd2ab21a1172ec (patch)
tree53b7e1731fef9a96d5a3b77e28414f2538f25f38 /Makefile.am
parenta07465f376b0a33270532501127ec812efe2c2b2 (diff)
add lower and raiselower actions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cebec407..b59fdd34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,8 +163,10 @@ openbox_openbox_SOURCES = \
openbox/actions/execute.c \
openbox/actions/exit.c \
openbox/actions/focus.c \
+ openbox/actions/lower.c \
openbox/actions/move.c \
openbox/actions/raise.c \
+ openbox/actions/raiselower.c \
openbox/actions/reconfigure.c \
openbox/actions/restart.c \
openbox/actions/showdesktop.c \