mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Update the alternative Makefile.am for gst/, which depends on automake >1.4d
Original commit message from CVS: Update the alternative Makefile.am for gst/, which depends on automake >1.4d
This commit is contained in:
parent
24db50efc9
commit
c44f196b15
1 changed files with 3 additions and 2 deletions
|
@ -80,7 +80,8 @@ libgstinclude_HEADERS = \
|
|||
gsttypefind.h \
|
||||
gstutils.h \
|
||||
gstparse.h \
|
||||
gstxml.h
|
||||
gstxml.h \
|
||||
gstversion.h
|
||||
|
||||
noinst_HEADERS = \
|
||||
gst_private.h \
|
||||
|
@ -92,7 +93,7 @@ noinst_HEADERS = \
|
|||
gstsparc.h \
|
||||
gstpropsprivate.h
|
||||
|
||||
libgst_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) $(LIBGST_LIBS)
|
||||
libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION) $(LIBGST_LIBS)
|
||||
libgst_la_LIBADD = libcothreads.la
|
||||
|
||||
EXTRA_DIST = ROADMAP
|
||||
|
|
Loading…
Reference in a new issue