Link libobt into libobrender, as it uses things from libobt (bug #5150)
libobrender uses ObtPaths stuff, so it needs to link in libobt.
This commit is contained in:
parent
aa15563fee
commit
b1039d6142
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ 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