From 6c039d3297d6e094b2bf578edca2bf6607bc823a Mon Sep 17 00:00:00 2001 From: Wrobell Date: Fri, 18 Jan 2002 11:37:19 +0000 Subject: - plugins are built without versioning info Original commit message from CVS: - plugins are built without versioning info --- gst/auparse/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/auparse') diff --git a/gst/auparse/Makefile.am b/gst/auparse/Makefile.am index 5b4c691e..0ea4918a 100644 --- a/gst/auparse/Makefile.am +++ b/gst/auparse/Makefile.am @@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstparseau.la libgstparseau_la_SOURCES = gstparseau.c libgstparseau_la_CFLAGS = $(GST_CFLAGS) libgstparseau_la_LIBADD = $(GST_LIBS) +libgstparseau_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstparseau.h -- cgit