touch $@
otk_wrap.cc: otk.i
- swig -python -c++ -nodefault -o $@ $<
+ swig $(filter -I%,$(CFLAGS)) -python -c++ -nodefault -o $@ $<
# local dependencies
application.o: application.cc application.hh eventdispatcher.hh \
openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \
- buttonwidget.cc openbox_wrap.cc
-# guile.cc
+ buttonwidget.cc python.cc openbox_wrap.cc
MAINTAINERCLEANFILES= Makefile.in
touch $@
openbox_wrap.cc: openbox.i
- swig -python -c++ -nodefault -o $@ $<
+ swig $(filter -I%,$(CFLAGS)) -python -c++ -nodefault -o $@ $<
# local dependencies