From: Dana Jansens Date: Fri, 10 Jan 2003 22:50:20 +0000 (+0000) Subject: add the BUTTONSDIR define X-Git-Tag: openbox-2_3_0~452 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bcd808d0841e405970876d8e07afd9349f6febc4;p=dana%2Fopenbox.git add the BUTTONSDIR define --- 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