summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2008-05-08 19:27:52 +0200
committerDana Jansens <danakj@orodu.net>2010-01-08 17:55:19 -0500
commit51257397b04d206e73fb788fba0818c238a61adb (patch)
tree9d1f2210abaaef7b97855fa54df0c847dbbba248 /Makefile.am
parent0352abfa88892bc17bdff2022745e3c1b312edd0 (diff)
Some style changes, less ifdefs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f13d52ac..16472467 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -244,6 +244,7 @@ openbox_openbox_SOURCES = \
openbox/grab.h \
openbox/group.c \
openbox/group.h \
+ openbox/imageload.c \
openbox/imageload.h \
openbox/keyboard.c \
openbox/keyboard.h \
@@ -284,9 +285,6 @@ openbox_openbox_SOURCES = \
openbox/window.c \
openbox/window.h
-if USE_IMLIB2
- openbox_openbox_SOURCES += openbox/imageload.c
-endif
## gnome-panel-control ##