summaryrefslogtreecommitdiff
path: root/plugins/placement
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-23 05:30:00 +0000
committerDana Jansens <danakj@orodu.net>2003-05-23 05:30:00 +0000
commitf54e8c9ba0a0b4e78a1038a3d3a9644288c6cb4c (patch)
tree3d5cf5fa92b98a3e7012a6cee07bd2c6ef5905fc /plugins/placement
parenta83b590ff65e32131428c4f7159a9abf6d445020 (diff)
add --enable-gl support, and put the flags/libs in the appropriate makefiles
Diffstat (limited to 'plugins/placement')
-rw-r--r--plugins/placement/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/placement/Makefile.am b/plugins/placement/Makefile.am
index 8942463d..6b328008 100644
--- a/plugins/placement/Makefile.am
+++ b/plugins/placement/Makefile.am
@@ -1,6 +1,6 @@
plugindir=$(libdir)/openbox/plugins
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) $(GL_CFLAGS) @CPPFLAGS@ \
-DG_LOG_DOMAIN=\"Plugin-Placement\"
INCLUDES=-I../..