]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
change include path to not include otk/
[chaz/openbox] / src / Makefile.am
index b2799cf744483674ce4713e8d3847fc7acdc1f45..b15f60b8afa08a8f51c51c714edc640906e08a04 100644 (file)
@@ -11,7 +11,7 @@ CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
 
 LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@
 
-INCLUDES= -I../otk
+INCLUDES= -I..
 
 bin_PROGRAMS= openbox3
 
@@ -32,7 +32,7 @@ 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
This page took 0.02438 seconds and 4 git commands to generate.