diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-06 10:47:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-06 10:47:16 +0000 |
| commit | 86f1830d0ab76b07999ed35e29a32d405ee22ac4 (patch) | |
| tree | 09a15a29e6046beab31cf1a689d85957edbe36ef /build/Makefile.kernel | |
| parent | 8a4e27bdc362e3781ac947ff5536c1f0dbd3ba60 (diff) | |
build fixes for finding Xlibs and for setting vars based on found Xlib info and Xinerama info
Diffstat (limited to 'build/Makefile.kernel')
| -rw-r--r-- | build/Makefile.kernel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile.kernel b/build/Makefile.kernel index 43aaddce..6d64b416 100644 --- a/build/Makefile.kernel +++ b/build/Makefile.kernel @@ -2,9 +2,9 @@ include build/Makefile.incl dir = kernel -CPPFLAGS += $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(XFT_CFLAGS) \ +CPPFLAGS += $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(XFT_CFLAGS) $(X_CFLAGS) \ -DG_LOG_DOMAIN=\"Openbox\" -LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) +LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS) $(X_LIBS) $(XINERAMA_LIBS) LDFLAGS += -export-dynamic target = openbox3 |
