From 827d3f924a9c504c4e0dddc027fa5620d90f5f53 Mon Sep 17 00:00:00 2001 From: Wrobell Date: Fri, 18 Jan 2002 02:05:26 +0000 Subject: - plugins are built without versioning info Original commit message from CVS: - plugins are built without versioning info --- ext/shout/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/shout/Makefile.am') diff --git a/ext/shout/Makefile.am b/ext/shout/Makefile.am index da20ef43..a110f24a 100644 --- a/ext/shout/Makefile.am +++ b/ext/shout/Makefile.am @@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstshout.la libgstshout_la_SOURCES = gstshout.c libgstshout_la_CFLAGS = $(GST_CFLAGS) libgstshout_la_LIBADD = $(GST_LIBS) $(SHOUT_LIBS) +libgstshout_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstshout.h -- cgit v1.2.1