From: Mikael Magnusson Date: Fri, 7 May 2004 07:16:34 +0000 (+0000) Subject: this seems to not be the right way to fix this (linking obrender to every lib on... X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c6b505fd664771def9ad8d845de54a26fe470cf6;p=chaz%2Fopenbox this seems to not be the right way to fix this (linking obrender to every lib on the planet) --- diff --git a/Makefile.am b/Makefile.am index fd7c7894..7545278b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,11 +55,6 @@ render_libobrender_la_CPPFLAGS = \ -DDEFAULT_THEME=\"$(theme)\" render_libobrender_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -render_libobrender_la_LIBADD = \ - $(X_LIBS) \ - $(XFT_LIBS) \ - $(GLIB_LIBS) \ - $(XML_LIBS) render_libobrender_la_SOURCES = \ gettext.h \ render/color.h \