diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-17 15:42:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-17 15:42:31 +0000 |
| commit | c217a730901137252cde2d3a39b59c4ebd53e879 (patch) | |
| tree | 1ebc60ba7c20631fe48b6be734eb7f9c3895c98d /wrap/Makefile.am | |
| parent | 0dd7ebcba90752d3ad832586f0c1745660078a03 (diff) | |
split the ob module into separate .i's
cleanly define the interface, add functions for modifying the objects (via client messages)
Diffstat (limited to 'wrap/Makefile.am')
| -rw-r--r-- | wrap/Makefile.am | 2 |
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 $@ $< |
