]> Dogcows Code - chaz/openbox/commitdiff
add -shadow
authorDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 00:12:21 +0000 (00:12 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 00:12:21 +0000 (00:12 +0000)
otk/Makefile.am
src/Makefile.am

index 2ef58ef07d9bf5e3e78e20c303543263f6f4bae8..0ba90ade1d5b5dfed78aca931cfe711e3367c8a5 100644 (file)
@@ -27,7 +27,7 @@ otk.i: $(wildcard *.hh)
        touch $@
 
 otk_wrap.cc: otk.i
-       swig $(filter -I%,$(CXXFLAGS)) -python -c++ -o $@ $<
+       swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -o $@ $<
 
 # local dependencies
 application.o: application.cc application.hh eventdispatcher.hh \
index 10c93be6f03431705ce226d0f637c18fe4950c9c..fab231105fe79ddcea3d9a193eda5ed9e3fb5d8c 100644 (file)
@@ -31,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh
        touch $@
 
 openbox_wrap.cc: openbox.i
-       swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $<
+       swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
 
 # local dependencies
This page took 0.023318 seconds and 4 git commands to generate.