]> Dogcows Code - chaz/openbox/blobdiff - src/Makefile.am
call getState() before updateTransientFor(), don't need to initialize _modal separate...
[chaz/openbox] / src / Makefile.am
index e697fc45ef61d1419802852580fc4181a4bab6a4..cbb636405f4e99a5b54c1f4ea506664368236b4e 100644 (file)
@@ -35,7 +35,9 @@ distclean-local:
 openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh
        touch $@
 
-openbox_wrap.cc: openbox.i
-       swig -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
+%.py: %_wrap.cc
+
+%_wrap.cc: %.i
+       swig -c -I../otk $(filter -I%,$(CXXFLAGS)) -python -shadow -c++ -nodefault -o $@ $<
 
 # local dependencies
This page took 0.022272 seconds and 4 git commands to generate.