summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 22:50:20 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 22:50:20 +0000
commitbcd808d0841e405970876d8e07afd9349f6febc4 (patch)
tree16502c08113440a290ffb64d3f52b4df9a709d12 /otk
parentd12e655d45a3e760fa39b47ae62cbebe0ad52350 (diff)
add the BUTTONSDIR define
Diffstat (limited to 'otk')
-rw-r--r--otk/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 7d020cc6..2ee73c10 100644
--- 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