diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:50:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:50:20 +0000 |
| commit | bcd808d0841e405970876d8e07afd9349f6febc4 (patch) | |
| tree | 16502c08113440a290ffb64d3f52b4df9a709d12 /otk/Makefile.am | |
| parent | d12e655d45a3e760fa39b47ae62cbebe0ad52350 (diff) | |
add the BUTTONSDIR define
Diffstat (limited to 'otk/Makefile.am')
| -rw-r--r-- | otk/Makefile.am | 5 |
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 |
