X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=07bb65efbdd4da597410f8ea9ee332344f2ecb48;hb=3682df8ed27e96067a171b71cbf58d5a00ca813b;hp=76ba15b7400292acb7a5e2d28c6bce24cb12c351;hpb=e0878c9fc2db8843891816e65917fbcfd1e94cbb;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 76ba15b7..07bb65ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 @@ -31,10 +32,10 @@ MAINTAINERCLEANFILES= Makefile.in distclean-local: rm -f *\~ *.orig *.rej .\#* -openbox.i: openbox.hh screen.hh client.hh python.hh +openbox.i: openbox.hh screen.hh client.hh python.hh frame.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