projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12e655
)
add the BUTTONSDIR define
author
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 22:50:20 +0000
(22:50 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 10 Jan 2003 22:50:20 +0000
(22:50 +0000)
otk/Makefile.am
patch
|
blob
|
history
diff --git
a/otk/Makefile.am
b/otk/Makefile.am
index 7d020cc668937af2ff7476a695719c4b9c8ee6f9..2ee73c108c6301e8c56c7715d26d5b7b2658f700 100644
(file)
--- a/
otk/Makefile.am
+++ b/
otk/Makefile.am
@@
-1,4
+1,7
@@
-CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@
+buttonsdir = $(pkgdatadir)/buttons
+
+CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
+-DBUTTONSDIR=\"$(buttonsdir)\"
INCLUDES= -I../src