diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 04:42:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 04:42:26 +0000 |
| commit | 883a38eeb21e4c166e31f25a9af32b739d85d409 (patch) | |
| tree | 01ae6398dab9d9cfeed5badc100e3ec3a41294ea /engines/openbox/Makefile.am | |
| parent | 66969a6ba5d55d74189a8cad68b67cf6cc16dd79 (diff) | |
split the render functions into obrender.c. rename all the src files to obfoo so no more conflicts with code elsewhere in the tree.
Diffstat (limited to 'engines/openbox/Makefile.am')
| -rw-r--r-- | engines/openbox/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/openbox/Makefile.am b/engines/openbox/Makefile.am index c239e8e8..800956d9 100644 --- a/engines/openbox/Makefile.am +++ b/engines/openbox/Makefile.am @@ -11,9 +11,9 @@ CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ engine_LTLIBRARIES=openbox.la openbox_la_LDFLAGS=-module -avoid-version -openbox_la_SOURCES=openbox.c theme.c +openbox_la_SOURCES=obengine.c obtheme.c obrender.c -noinst_HEADERS=openbox.h theme.h +noinst_HEADERS=obengine.h obtheme.h obrender.h MAINTAINERCLEANFILES= Makefile.in |
