diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-09 18:36:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-09 18:36:01 +0000 |
| commit | 787cbcf656890fae77fd3e6bef8e2d0cfc669ee8 (patch) | |
| tree | 05132e4edd80514f9063a45c10850c5a43d9da2e /build/Makefile.kernel | |
| parent | d0e9015651aa960cf8cb58a5ab08da79e6aeb51b (diff) | |
buld fixes for the new libs
Diffstat (limited to 'build/Makefile.kernel')
| -rw-r--r-- | build/Makefile.kernel | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 7adfdfec..a5e79c66 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -4,8 +4,9 @@ dir = kernel CPPFLAGS += $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(XFT_CFLAGS) $(X_CFLAGS) \ -DG_LOG_DOMAIN=\"Openbox\" -LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS) -LDFLAGS += -export-dynamic +LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS) \ + -lobrender +LDFLAGS += -Lrender -export-dynamic target = openbox3 sources = action.c client.c config.c dispatch.c engine.c event.c group.c \ @@ -22,7 +23,7 @@ depdir := $(depdir)/$(dir) all: $(target) -$(target): $(objects) render/librender.a +$(target): $(objects) render/libobrender.la $(LINK) -o $@ $^ $(LIBS) $(LDFLAGS) # kill the implicit .c.y rule |
