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/sdl/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/sdl') diff --git a/ext/sdl/Makefile.am b/ext/sdl/Makefile.am index 0b034478..ea8a3640 100644 --- a/ext/sdl/Makefile.am +++ b/ext/sdl/Makefile.am @@ -6,5 +6,6 @@ libsdlvideosink_la_SOURCES = sdlvideosink.c ## FIXME I have my doubts about these opti flags libsdlvideosink_la_CFLAGS = $(GST_CFLAGS) $(SDL_CFLAGS) -ffast-math -finline-functions libsdlvideosink_la_LIBADD = $(GST_LIBS) $(SDL_LIBS) +libsdlvideosink_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = sdlvideosink.h -- cgit v1.2.1