diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-18 02:50:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-18 02:50:32 +0000 |
| commit | 94d222f6e956253604d89a44a7fe3758e7409faa (patch) | |
| tree | 28cbfc0151fc627581463a51bc9924a9eacc2140 /plugins/placement/Makefile.am | |
| parent | f54b294ef6691af88d175936e30cfc04d028cc32 (diff) | |
needs the libsn flags to use openbox.h now
Diffstat (limited to 'plugins/placement/Makefile.am')
| -rw-r--r-- | plugins/placement/Makefile.am | 2 |
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../.. |
