From c217a730901137252cde2d3a39b59c4ebd53e879 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 15:42:31 +0000 Subject: split the ob module into separate .i's cleanly define the interface, add functions for modifying the objects (via client messages) --- wrap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrap/Makefile.am') 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 $@ $< -- cgit v1.2.3