From: Dana Jansens Date: Fri, 10 Jan 2003 22:50:20 +0000 (+0000) Subject: add the BUTTONSDIR define X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=bcd808d0841e405970876d8e07afd9349f6febc4;p=chaz%2Fopenbox 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