diff options
Diffstat (limited to 'gst/udp')
-rw-r--r-- | gst/udp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/Makefile.am b/gst/udp/Makefile.am index 32d19137..e950778b 100644 --- a/gst/udp/Makefile.am +++ b/gst/udp/Makefile.am @@ -14,7 +14,7 @@ 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 = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-0.9 +libgstudp_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstnet-@GST_MAJORMINOR@ libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) nodist_libgstudp_la_SOURCES = \ |