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
This commit is contained in:
parent
8116106f9d
commit
78b8bd01c2
1 changed files with 0 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue