summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
commitc8e246f8de5af9963b22cc104d22ca10772028dd (patch)
tree217eb7e90aa102fdf72bb8713fc5d30ecf4fc2f8 /src/Makefile.am
parente0878c9fc2db8843891816e65917fbcfd1e94cbb (diff)
include the all otk stuff into the openbox python module. rename widget.hh to stop conflicting with the one in otk/
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 76ba15b7..bf806ac5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,6 +35,6 @@ openbox.i: openbox.hh screen.hh client.hh python.hh
touch $@
openbox_wrap.cc: openbox.i
- swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
+ swig -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
# local dependencies