From 91aa46b62d84500b519584fac6dbb564b58ae41d Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Tue, 17 Apr 2001 05:24:24 +0000 Subject: [PATCH] finished change to GST_ macros Original commit message from CVS: finished change to GST_ macros --- gst/Makefile.am | 2 +- gst/autoplug/Makefile.am | 4 ++-- gst/elements/Makefile.am | 2 +- gst/types/Makefile.am | 2 +- plugins/elements/Makefile.am | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gst/Makefile.am b/gst/Makefile.am index ee16394b8e..cfd5ac69a8 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -130,6 +130,6 @@ noinst_HEADERS = \ CFLAGS = $(LIBGST_CFLAGS) LIBS = $(LIBGST_LIBS) -libgst_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) +libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION) EXTRA_DIST = ROADMAP diff --git a/gst/autoplug/Makefile.am b/gst/autoplug/Makefile.am index 0ddb2a8a74..8050727ae1 100644 --- a/gst/autoplug/Makefile.am +++ b/gst/autoplug/Makefile.am @@ -8,5 +8,5 @@ libgststaticautoplug_la_SOURCES = \ libgststaticautoplugrender_la_SOURCES = \ gststaticautoplugrender.c -libgststaticautoplug_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) -libgststaticautoplugrender_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) +libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION) +libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION) diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index e41a972f40..e648c2c3ec 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -39,4 +39,4 @@ noinst_HEADERS = \ CFLAGS += -O2 -Wall libgstelements_la_LIBADD = $(GHTTP_LIBS) -libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) +libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION) diff --git a/gst/types/Makefile.am b/gst/types/Makefile.am index ce8ad093d1..7de9743a3b 100644 --- a/gst/types/Makefile.am +++ b/gst/types/Makefile.am @@ -5,4 +5,4 @@ filter_LTLIBRARIES = libgsttypes.la libgsttypes_la_SOURCES = \ gsttypes.c -libgsttypes_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) +libgsttypes_la_LDFLAGS = -version-info $(GST_LIBVERSION) diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index e41a972f40..e648c2c3ec 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -39,4 +39,4 @@ noinst_HEADERS = \ CFLAGS += -O2 -Wall libgstelements_la_LIBADD = $(GHTTP_LIBS) -libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION) +libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)