]> Dogcows Code - chaz/openbox/commitdiff
don't link libobt into libobrender
authorDana Jansens <danakj@orodu.net>
Tue, 9 Feb 2010 15:59:58 +0000 (10:59 -0500)
committerDana Jansens <danakj@orodu.net>
Tue, 9 Feb 2010 16:01:15 +0000 (11:01 -0500)
it makes "warning relinking" weird things happen when doing make install.
we already list it as dependency in the pkgconfig file anyway

Makefile.am

index c60389af5a3a760a642451123d60bf1a537b6895..d5e60b6d7c079d121a302ad2df4d216fede4c051 100644 (file)
@@ -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) \
This page took 0.0203 seconds and 4 git commands to generate.