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/smoothwave/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/smoothwave/Makefile.am') diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am index d74c4a30..db3ea5a6 100644 --- a/ext/smoothwave/Makefile.am +++ b/ext/smoothwave/Makefile.am @@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstsmoothwave.la libgstsmoothwave_la_SOURCES = gstsmoothwave.c libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) libgstsmoothwave_la_LIBADD = $(GST_LIBS) $(GTK_LIBS) +libgstsmoothwave_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstsmoothwave.h -- cgit v1.2.1