]> Dogcows Code - chaz/openbox/blobdiff - otk/Makefile.am
start on otk::ustring (unicode/utf8)
[chaz/openbox] / otk / Makefile.am
index 7d020cc668937af2ff7476a695719c4b9c8ee6f9..dc84e0e273d783e1ea661a31014fb9074c4d8874 100644 (file)
@@ -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
 
This page took 0.021663 seconds and 4 git commands to generate.