summaryrefslogtreecommitdiff
path: root/plugins/placement
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-18 02:50:32 +0000
committerDana Jansens <danakj@orodu.net>2003-05-18 02:50:32 +0000
commit94d222f6e956253604d89a44a7fe3758e7409faa (patch)
tree28cbfc0151fc627581463a51bc9924a9eacc2140 /plugins/placement
parentf54b294ef6691af88d175936e30cfc04d028cc32 (diff)
needs the libsn flags to use openbox.h now
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 096d7600..8942463d 100644
--- a/plugins/placement/Makefile.am
+++ b/plugins/placement/Makefile.am
@@ -1,6 +1,6 @@
plugindir=$(libdir)/openbox/plugins
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
-DG_LOG_DOMAIN=\"Plugin-Placement\"
INCLUDES=-I../..