X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=dc84e0e273d783e1ea661a31014fb9074c4d8874;hb=7f2ee77204b1e8aca39262f9a3ba9235539371de;hp=7d020cc668937af2ff7476a695719c4b9c8ee6f9;hpb=69f38b9f55dfd56d308e1667973f57431276fcc4;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index 7d020cc6..dc84e0e2 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 @@ -9,7 +12,7 @@ libotk_la_SOURCES= color.cc display.cc font.cc gccache.cc image.cc \ property.cc imagecontrol.cc rect.cc screeninfo.cc \ texture.cc timer.cc timerqueuemanager.cc style.cc \ configuration.cc util.cc widget.cc focuswidget.cc \ - button.cc eventhandler.cc eventdispatcher.cc \ + button.cc eventhandler.cc eventdispatcher.cc ustring.cc \ label.cc focuslabel.cc application.cc appwidget.cc # otk_wrap.cc