libobrender needs to link to libobparser
This commit is contained in:
parent
29dc983d91
commit
b287b126cc
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ render_libobrender_la_LIBADD = \
|
|||
$(XFT_LIBS) \
|
||||
$(PANGO_LIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(XML_LIBS)
|
||||
$(XML_LIBS) \
|
||||
parser/libobparser.la
|
||||
render_libobrender_la_SOURCES = \
|
||||
gettext.h \
|
||||
render/color.h \
|
||||
|
|
Loading…
Reference in a new issue