]> 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 0b35f72a6ca5f9bde7d6afabcc5251c6cc5994d3..cbb636405f4e99a5b54c1f4ea506664368236b4e 100644 (file)
@@ -15,7 +15,7 @@ INCLUDES= -I..
 
 bin_PROGRAMS= openbox3
 
-openbox3_LDADD=-L../otk -lotk -lswigpy @LIBINTL@
+openbox3_LDADD=-L../otk -lotk @LIBINTL@
 
 openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \
                   main.cc backgroundwidget.cc labelwidget.cc \
@@ -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.021498 seconds and 4 git commands to generate.