summaryrefslogtreecommitdiff
path: root/otk/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-25 04:54:44 +0000
committerDana Jansens <danakj@orodu.net>2002-12-25 04:54:44 +0000
commitb34824a4e2ddc0247099fa1b3952de426bfde05b (patch)
tree123c1d179da9554c06f0c9c9fb8ddce544b75fba /otk/Makefile.am
parentb9a2430dcccfec8d70aea68dbb1964e562216b79 (diff)
global python scripts. client motion/resizing is all done via python now
Diffstat (limited to 'otk/Makefile.am')
-rw-r--r--otk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/Makefile.am b/otk/Makefile.am
index 2ca5f35a..fc28a36a 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%,$(CFLAGS)) -python -c++ -nodefault -o $@ $<
+ swig $(filter -I%,$(CFLAGS)) -python -c++ -o $@ $<
# local dependencies
application.o: application.cc application.hh eventdispatcher.hh \