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.kernel | |
| parent | 5d665673a29be21fe4ecad870d0a2d4f5c2f308d (diff) | |
more build system fixups
Diffstat (limited to 'build/Makefile.kernel')
| -rw-r--r-- | build/Makefile.kernel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 71492d89..43aaddce 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -5,7 +5,7 @@ dir = kernel CPPFLAGS += $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(XFT_CFLAGS) \ -DG_LOG_DOMAIN=\"Openbox\" LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) -LDFLAGS = -export-dynamic +LDFLAGS += -export-dynamic target = openbox3 sources = action.c client.c dispatch.c engine.c event.c \ |
