mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
Original commit message from CVS: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
This commit is contained in:
parent
61f81fcdcf
commit
b2e4f470ea
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ noinst_PROGRAMS = test-gconf
|
|||
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
||||
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS)
|
||||
libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GCONF_LIBS) $(GST_LIBS)
|
||||
libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
||||
libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
||||
|
|
Loading…
Reference in a new issue