From 7304bf825b8a6d5ab1cb2eda04d7dae89ff07fbc Mon Sep 17 00:00:00 2001 From: Wrobell Date: Fri, 18 Jan 2002 02:05:25 +0000 Subject: - plugins are built without versioning info Original commit message from CVS: - plugins are built without versioning info --- sys/oss/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys') diff --git a/sys/oss/Makefile.am b/sys/oss/Makefile.am index 4c836379..1a44f51a 100644 --- a/sys/oss/Makefile.am +++ b/sys/oss/Makefile.am @@ -5,8 +5,10 @@ plugin_LTLIBRARIES = libgstossaudio.la libgstosshelper.la libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c libgstossaudio_la_CFLAGS = $(GST_CFLAGS) libgstossaudio_la_LIBADD = $(GST_LIBS) +libgstossaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ libgstosshelper_la_SOURCES = gstosshelper.c +libgstosshelper_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h -- cgit