add -shadow
This commit is contained in:
parent
0ea5de6247
commit
527697d6ae
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ otk.i: $(wildcard *.hh)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
otk_wrap.cc: otk.i
|
otk_wrap.cc: otk.i
|
||||||
swig $(filter -I%,$(CXXFLAGS)) -python -c++ -o $@ $<
|
swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -o $@ $<
|
||||||
|
|
||||||
# local dependencies
|
# local dependencies
|
||||||
application.o: application.cc application.hh eventdispatcher.hh \
|
application.o: application.cc application.hh eventdispatcher.hh \
|
||||||
|
|
|
@ -31,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
openbox_wrap.cc: openbox.i
|
openbox_wrap.cc: openbox.i
|
||||||
swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $<
|
swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
|
||||||
|
|
||||||
# local dependencies
|
# local dependencies
|
||||||
|
|
Loading…
Reference in a new issue