X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=07bb65efbdd4da597410f8ea9ee332344f2ecb48;hb=747c089ae1c7df345c7ad98f833e8640ab0bc851;hp=3310def3ed359f13d0d0ee180aca5c4bf504cf53;hpb=915b171befc55dc12daffe5814cdf6332083f2ad;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index 3310def3..07bb65ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,18 +21,21 @@ 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) -scriptdir_DATA = openbox.py +script_DATA = openbox.py + +EXTRA_DIST = $(script_DATA) 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