mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Add XML_LIBS when building tests that use xml-specific functions
This commit is contained in:
parent
9629b55450
commit
1190018f04
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
noinst_PROGRAMS = createxml runxml
|
||||
|
||||
createxml_LDADD = $(GST_OBJ_LIBS)
|
||||
createxml_LDADD = $(GST_OBJ_LIBS) $(XML_LIBS)
|
||||
createxml_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
runxml_LDADD = $(GST_OBJ_LIBS)
|
||||
runxml_LDADD = $(GST_OBJ_LIBS) $(XML_LIBS)
|
||||
runxml_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue