From c44f196b15ab74d17f58a434af630a23eed74a31 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Fri, 20 Apr 2001 11:56:03 +0000 Subject: [PATCH] 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 --- gst/Makefile.am.future | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/Makefile.am.future b/gst/Makefile.am.future index 8b7e666ced..c31bf57ff6 100644 --- a/gst/Makefile.am.future +++ b/gst/Makefile.am.future @@ -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