summaryrefslogtreecommitdiff
path: root/wrap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wrap/Makefile.am')
-rw-r--r--wrap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrap/Makefile.am b/wrap/Makefile.am
index 38470d80..d3e44edc 100644
--- a/wrap/Makefile.am
+++ b/wrap/Makefile.am
@@ -44,6 +44,6 @@ ob.i: $(addprefix ../src/,openbox.hh screen.hh client.hh python.hh frame.hh)
wrap_otk.cc: otk.i
$(SWIG) $(SWIG_PYTHON_OPT) $(filter -I%,$(CPPFLAGS)) -nodefault -o $@ $<
-wrap_ob.cc: ob.i callback.i
+wrap_ob.cc: ob.i callback.i ob_client.i ob_screen.i ob_openbox.i ob_frame.i ob_python.i
$(SWIG) $(SWIG_PYTHON_OPT) $(filter -I%,$(CPPFLAGS)) -nodefault -o $@ $<