summaryrefslogtreecommitdiff
path: root/openbox/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/Makefile.am')
-rw-r--r--openbox/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am
index 7e1e7d64..758d3998 100644
--- a/openbox/Makefile.am
+++ b/openbox/Makefile.am
@@ -2,6 +2,7 @@ localedir=$(datadir)/locale
themercdir=$(datadir)/openbox
enginedir=$(libdir)/openbox/engines
plugindir=$(libdir)/openbox/plugins
+rcdir=$(datadir)/openbox
binary=openbox3
url=http://icculus.org/openbox
@@ -11,6 +12,7 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) \
@CPPFLAGS@ \
-DLOCALEDIR=\"$(localedir)\" \
-DTHEMERCDIR=\"$(themercdir)\" \
+-DRCDIR=\"$(rcdir)\" \
-DPLUGINDIR=\"$(plugindir)\" \
-DENGINEDIR=\"$(enginedir)\" \
-DDEFAULT_ENGINE=\"openbox\" \