]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
wrapper updates
[chaz/openbox] / src / Makefile.am
index 10c93be6f03431705ce226d0f637c18fe4950c9c..6bcafba0278f2d680aa9ebf4fcd8de92321777cc 100644 (file)
@@ -18,7 +18,7 @@ bin_PROGRAMS= openbox3
 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 \
+                  main.cc backgroundwidget.cc labelwidget.cc \
                   buttonwidget.cc python.cc bindings.cc \
                   openbox_wrap.cc
 
@@ -27,10 +27,10 @@ MAINTAINERCLEANFILES= Makefile.in
 distclean-local:
        rm -f *\~ *.orig *.rej .\#*
 
-openbox.i: openbox.hh screen.hh client.hh
+openbox.i: openbox.hh screen.hh client.hh python.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
This page took 0.020392 seconds and 4 git commands to generate.