From: Dana Jansens Date: Tue, 9 Feb 2010 15:59:58 +0000 (-0500) Subject: don't link libobt into libobrender X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=78b8bd01c277e7c7578256ea38b572140dd42fb5 don't link libobt into libobrender it makes "warning relinking" weird things happen when doing make install. we already list it as dependency in the pkgconfig file anyway --- diff --git a/Makefile.am b/Makefile.am index c60389af..d5e60b6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,6 @@ obrender_libobrender_la_CPPFLAGS = \ obrender_libobrender_la_LDFLAGS = \ -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE) obrender_libobrender_la_LIBADD = \ - obt/libobt.la \ $(X_LIBS) \ $(PANGO_LIBS) \ $(GLIB_LIBS) \