summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-25 13:59:16 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-25 13:59:16 +0000
commit9cb331788cd821a5bbd4360a33b2973fd490e2e7 (patch)
treecdebbe99e2ac69b00f6256222f33282f6058b2ae /gst/udp/Makefile.am
parentde43330d8b017c2aa96a448e1337a3d5d723a02e (diff)
clean up flags
Original commit message from CVS: clean up flags
Diffstat (limited to 'gst/udp/Makefile.am')
-rw-r--r--gst/udp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/Makefile.am b/gst/udp/Makefile.am
index 45213f91..32d19137 100644
--- a/gst/udp/Makefile.am
+++ b/gst/udp/Makefile.am
@@ -14,8 +14,8 @@ BUILT_SOURCES = $(built_sources) $(built_headers)
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c gstmultiudpsink.c gstdynudpsink.c
libgstudp_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstudp_la_LIBADD =
-libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-0.9
+libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-0.9
+libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
nodist_libgstudp_la_SOURCES = \
$(built_sources)