]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
include the all otk stuff into the openbox python module. rename widget.hh to stop...
[chaz/openbox] / src / Makefile.am
index 3310def3ed359f13d0d0ee180aca5c4bf504cf53..bf806ac51e3456e49cff1bbbed16572d28e7735b 100644 (file)
@@ -22,7 +22,9 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
                   buttonwidget.cc python.cc bindings.cc \
                   openbox_wrap.cc
 
-scriptdir_DATA = openbox.py
+script_DATA = openbox.py
+
+EXTRA_DIST = $(script_DATA)
 
 MAINTAINERCLEANFILES= Makefile.in
 
@@ -33,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
This page took 0.02521 seconds and 4 git commands to generate.