configure.ac: Add -no-undefined to GST_PLUGIN_LDFLAGS (bug #316076)
[platform/upstream/gstreamer.git] / libs / gst / dataprotocol / Makefile.am
index cbb403d..87ba2da 100644 (file)
@@ -10,6 +10,7 @@ libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES = \
 
 # remove GST_ENABLE_NEW when dataprotocol has been declared API-stable
 libgstdataprotocol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_srcdir)/libs -DGST_ENABLE_NEW
-libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS =  @GST_LIB_LDFLAGS@
+libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS =  @GST_LIB_LDFLAGS@ \
+       -no-undefined
 libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)