summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 00:12:21 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 00:12:21 +0000
commit527697d6aee92ab3780eb34af158ac9d2207939c (patch)
tree3da5af9e62309ee74821c6cc148c1d959cff409a /otk
parent0ea5de6247c44839807c588d310d9345e534a64c (diff)
add -shadow
Diffstat (limited to 'otk')
-rw-r--r--otk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 2ef58ef0..0ba90ade 100644
--- a/otk/Makefile.am
+++ b/otk/Makefile.am
@@ -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 \