diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-06 10:21:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-06 10:21:56 +0000 |
| commit | 8a4e27bdc362e3781ac947ff5536c1f0dbd3ba60 (patch) | |
| tree | 49d76b103ba6cb0b753abb5d1cd769dc256d4bb0 /build/Makefile.engines.openbox | |
| parent | 5d665673a29be21fe4ecad870d0a2d4f5c2f308d (diff) | |
more build system fixups
Diffstat (limited to 'build/Makefile.engines.openbox')
| -rw-r--r-- | build/Makefile.engines.openbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.engines.openbox b/build/Makefile.engines.openbox index b19a4f9b..b5ed7293 100644 --- a/build/Makefile.engines.openbox +++ b/build/Makefile.engines.openbox @@ -5,7 +5,7 @@ theme = operation CPPFLAGS += $(GLIB_CFLAGS) $(XFT_CFLAGS) -DG_LOG_DOMAIN=\"Engine-Openbox\" \ -DDEFAULT_THEME=\"$(theme)\" -DTHEMEDIR=\"$(themedir)/openbox\" -LDFLAGS = -module -avoid-version +LDFLAGS += -module -avoid-version target = openbox.la sources = obengine.c obtheme.c obrender.c |
