summaryrefslogtreecommitdiff
path: root/build/Makefile.kernel
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.kernel')
-rw-r--r--build/Makefile.kernel2
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 \