build as a plugin, not a lib
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Jul 2006 10:34:36 +0000 (10:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 14 Jul 2006 10:34:36 +0000 (10:34 +0000)
Original commit message from CVS:
build as a plugin, not a lib

gst/gdp/Makefile.am

index 7385120..f9caf26 100644 (file)
@@ -7,6 +7,7 @@ libgstgdp_la_SOURCES = \
 
 libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
 libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
+libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS =                       \
                 gstgdppay.h            \