diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-22 21:53:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-22 21:53:41 +0000 |
| commit | 94f2b4a7b8b62ed031fe96da4d24b2d5dbb4aded (patch) | |
| tree | 0090bc5cf7135aa8b40c5fe7f71fb987dc3b3c57 /openbox/Makefile.am | |
| parent | ce7aa15dd72e7262914de2e66b98a4f89e379462 (diff) | |
config system fleshed out. many thanks to woodlbock for his code! yay!
Diffstat (limited to 'openbox/Makefile.am')
| -rw-r--r-- | openbox/Makefile.am | 2 |
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\" \ |
