X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2FMakefile.am;h=1e81276501e35323c6f8e1af79b38ae5eb8df132;hb=dec0760d87f12b1c855a5e7ad9b9713e749314fc;hp=06bee2fcfb1d7d141014d09faefd33a1a99c1919;hpb=c5b2de2e1ae3e27e38fadf4add790511ec597453;p=chaz%2Fopenbox diff --git a/otk/Makefile.am b/otk/Makefile.am index 06bee2fc..1e812765 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -16,7 +16,7 @@ libotk_la_SOURCES=rendercontrol.cc truerendercontrol.cc surface.cc \ display.cc font.cc \ property.cc rect.cc screeninfo.cc \ timer.cc \ - configuration.cc util.cc widget.cc focuswidget.cc \ + util.cc widget.cc focuswidget.cc \ button.cc eventhandler.cc eventdispatcher.cc ustring.cc \ label.cc focuslabel.cc application.cc appwidget.cc \ otk_wrap.cc @@ -38,6 +38,8 @@ otk_test: libotk.la otk_test.cc rendertest: libotk.la rendertest.cc $(CXX) $(CXXFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o $@ rendertest.cc $(XFT_LIBS) -L. -lotk @LIBS@ +%.py: %_wrap.cc + otk.i: $(wildcard *.hh) touch $@