]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
clarify an incorrect comment, and make some funcs const
[chaz/openbox] / src / Makefile.am
index fab231105fe79ddcea3d9a193eda5ed9e3fb5d8c..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,7 +27,7 @@ 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
This page took 0.022645 seconds and 4 git commands to generate.