mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +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 \
|
gsttypefind.h \
|
||||||
gstutils.h \
|
gstutils.h \
|
||||||
gstparse.h \
|
gstparse.h \
|
||||||
gstxml.h
|
gstxml.h \
|
||||||
|
gstversion.h
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gst_private.h \
|
gst_private.h \
|
||||||
|
@ -92,7 +93,7 @@ noinst_HEADERS = \
|
||||||
gstsparc.h \
|
gstsparc.h \
|
||||||
gstpropsprivate.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
|
libgst_la_LIBADD = libcothreads.la
|
||||||
|
|
||||||
EXTRA_DIST = ROADMAP
|
EXTRA_DIST = ROADMAP
|
||||||
|
|
Loading…
Reference in a new issue