mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
build: fix libraryname
This commit is contained in:
parent
e20d4504d3
commit
d65cc2036e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ gst_mi_SOURCES = \
|
|||
mi-info.vala
|
||||
|
||||
gst_mi_LDADD = \
|
||||
$(MI_LIBS) -lgstinterfaces-0.10 -lpbutils-0.10
|
||||
$(MI_LIBS) -lgstinterfaces-0.10 -lgstpbutils-0.10
|
||||
|
||||
BUILT_SOURCES = $(gst_mi_SOURCES:.vala=.c)
|
||||
|
||||
|
|
Loading…
Reference in a new issue