summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
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/Makefile.am
parentf54b294ef6691af88d175936e30cfc04d028cc32 (diff)
needs the libsn flags to use openbox.h now
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 4e77619d..c08300d4 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,7 +2,7 @@ plugindir=$(libdir)/openbox/plugins
SUBDIRS = keyboard mouse placement menu
-CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
+CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
-DPLUGINDIR=\"$(plugindir)\"
INCLUDES=-I..