X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=dc84e0e273d783e1ea661a31014fb9074c4d8874;hb=b989ec13f7774bdb4b2b8675a65da56cb2fe0ef4;hp=8ca32e171913efe17905b8e3c34b9f03e2e25584;hpb=ec6951c2c7bf7d2d0a122e0e26555231109b0f89;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index 8ca32e17..dc84e0e2 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -1,6 +1,7 @@ -scriptdir = $(libdir)/openbox/python +buttonsdir = $(pkgdatadir)/buttons -CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ +CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \ +-DBUTTONSDIR=\"$(buttonsdir)\" INCLUDES= -I../src @@ -11,16 +12,12 @@ 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 libotk_la_LDFLAGS = $(XFT_LIBS) $(PYTHON_LIBS) -#script_DATA = otk.py - -#EXTRA_DIST = $(script_DATA) - MAINTAINERCLEANFILES= Makefile.in distclean-local: