From ffd06121fa0e8f48ad278dd68a3e8568c9ee67b5 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/rtjpeg/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtjpeg') diff --git a/gst/rtjpeg/Makefile.am b/gst/rtjpeg/Makefile.am index 86cc6065..403c73e6 100644 --- a/gst/rtjpeg/Makefile.am +++ b/gst/rtjpeg/Makefile.am @@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstrtjpeg.la libgstrtjpeg_la_SOURCES = gstrtjpeg.c gstrtjpegenc.c gstrtjpegdec.c RTjpeg.c libgstrtjpeg_la_CFLAGS = $(GST_CFLAGS) libgstrtjpeg_la_LIBADD = $(GST_LIBS) +libgstrtjpeg_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstrtjpegenc.h gstrtjpegdec.h RTjpeg.h -- cgit v1.2.1