mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Added GST_LIBS to LIBADD.
Original commit message from CVS: Added GST_LIBS to LIBADD.
This commit is contained in:
parent
28437bf3e2
commit
dfc62bcbce
2 changed files with 2 additions and 2 deletions
|
@ -40,5 +40,5 @@ noinst_HEADERS = \
|
|||
|
||||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -40,5 +40,5 @@ noinst_HEADERS = \
|
|||
|
||||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
Loading…
Reference in a new issue