X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=fab231105fe79ddcea3d9a193eda5ed9e3fb5d8c;hb=056ff3b50cddd39b6f45969c17611dc3bf396ae9;hp=e406de3f5b98ef439bc7ca26b6c36c5afde74c70;hpb=41bdbec9c6468c5024d21500efd381bba46ad72f;p=chaz%2Fopenbox diff --git a/src/Makefile.am b/src/Makefile.am index e406de3f..fab23110 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,8 @@ openbox3_LDADD=-L../otk -lotk @LIBINTL@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ main.cc rootwindow.cc backgroundwidget.cc labelwidget.cc \ - buttonwidget.cc python.cc openbox_wrap.cc + buttonwidget.cc python.cc bindings.cc \ + openbox_wrap.cc MAINTAINERCLEANFILES= Makefile.in @@ -30,6 +31,6 @@ openbox.i: openbox.hh screen.hh client.hh touch $@ openbox_wrap.cc: openbox.i - swig $(filter -I%,$(CXXFLAGS)) -python -c++ -nodefault -o $@ $< + swig $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $< # local dependencies