]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
add whitespace
[chaz/openbox] / src / Makefile.am
index 76ba15b7400292acb7a5e2d28c6bce24cb12c351..b2799cf744483674ce4713e8d3847fc7acdc1f45 100644 (file)
@@ -21,6 +21,7 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
                   main.cc backgroundwidget.cc labelwidget.cc \
                   buttonwidget.cc python.cc bindings.cc \
                   openbox_wrap.cc
+openbox3_LDFLAGS= $(PYTHON_LDFLAGS)
 
 script_DATA = openbox.py
 
@@ -35,6 +36,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.021824 seconds and 4 git commands to generate.