all repos — openbox @ bcd808d0841e405970876d8e07afd9349f6febc4

openbox fork - make it a bit more like ryudo

add the BUTTONSDIR define
Dana Jansens danakj@orodu.net
commit

bcd808d0841e405970876d8e07afd9349f6febc4

parent

d12e655d45a3e760fa39b47ae62cbebe0ad52350

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M otk/Makefile.amotk/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