summaryrefslogtreecommitdiff
path: root/openbox/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/Makefile.am')
-rw-r--r--openbox/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am
index 795b26a6..ac277c01 100644
--- a/openbox/Makefile.am
+++ b/openbox/Makefile.am
@@ -6,7 +6,7 @@ binary=openbox3
url=http://icculus.org/openbox
CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
- @CPPFLAGS@ \
+ $(LIBSN_CFLAGS) @CPPFLAGS@ \
-DLOCALEDIR=\"$(localedir)\" \
-DRCDIR=\"$(rcdir)\" \
-DPLUGINDIR=\"$(plugindir)\" \
@@ -15,8 +15,8 @@ CPPFLAGS=$(X_CFLAGS) $(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
INCLUDES=-I..
LIBS=$(X_LIBS) $(XFT_LIBS) $(XINERAMA_LIBS) $(XKB_LIBS) $(XRANDR_LIBS) \
- $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) @LIBS@ \
- @LIBINTL@
+ $(VIDMODE_LIBS) $(XSHAPE_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) \
+ $(LIBSN_LIBS) @LIBS@ @LIBINTL@
bin_PROGRAMS=$(binary)