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/mpeg1sys/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/mpeg1sys') diff --git a/gst/mpeg1sys/Makefile.am b/gst/mpeg1sys/Makefile.am index 97f27b2c..1ac9438a 100644 --- a/gst/mpeg1sys/Makefile.am +++ b/gst/mpeg1sys/Makefile.am @@ -7,6 +7,7 @@ libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \ systems.c libgstmpeg1systemencode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS) libgstmpeg1systemencode_la_LIBADD = $(GST_LIBS) +libgstmpeg1systemencode_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstmpeg1systemencode.h \ main.h \ -- cgit v1.2.1