]> Dogcows Code - chaz/openbox/commitdiff
use the -I's in CFLAGS for swig
authorDana Jansens <danakj@orodu.net>
Wed, 25 Dec 2002 02:05:39 +0000 (02:05 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 25 Dec 2002 02:05:39 +0000 (02:05 +0000)
otk/Makefile.am
src/Makefile.am

index d2825c9b7e2ac088216694dd6ab61d829c23af35..2ca5f35a46970ed80212c0f127adbd405d4e7e0b 100644 (file)
@@ -27,7 +27,7 @@ otk.i: $(wildcard *.hh)
        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 \
index beb05a69fbdf4360188fed8226378b975e4d9c80..222b770c187a23bb4b762810ca21c0d3070d5bc5 100644 (file)
@@ -17,8 +17,7 @@ openbox3_LDADD=-L../otk -lotk @LIBINTL@
 
 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
 
@@ -29,6 +28,6 @@ openbox.i: openbox.hh screen.hh client.hh
        touch $@
 
 openbox_wrap.cc: openbox.i
-       swig -python -c++ -nodefault -o $@ $<
+       swig $(filter -I%,$(CFLAGS)) -python -c++ -nodefault -o $@ $<
 
 # local dependencies
This page took 0.03285 seconds and 4 git commands to generate.