add the BUTTONSDIR define
This commit is contained in:
parent
d12e655d45
commit
bcd808d084
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@
|
||||
buttonsdir = $(pkgdatadir)/buttons
|
||||
|
||||
CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
|
||||
-DBUTTONSDIR=\"$(buttonsdir)\"
|
||||
|
||||
INCLUDES= -I../src
|
||||
|
||||
|
|
Loading…
Reference in a new issue