]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
initialize _modal, its used before the window's type is checked
[chaz/openbox] / src / Makefile.am
index 7fbddd7f66acfb80faffd0fe31a6068109f30cbd..cbb636405f4e99a5b54c1f4ea506664368236b4e 100644 (file)
@@ -35,6 +35,8 @@ distclean-local:
 openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh
        touch $@
 
+%.py: %_wrap.cc
+
 %_wrap.cc: %.i
        swig -c -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
 
This page took 0.020149 seconds and 4 git commands to generate.