diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 13:49:08 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-13 14:02:15 +0200 |
commit | 7df1696713b45897cdefab412de4ce696d3c548a (patch) | |
tree | 3d895bb7a76592f447e5922e0c1c64f674ce6876 /gst/rtsp-server | |
parent | 31ba6bda9982ec00e61c30eb0e6ef96d56ac9cb1 (diff) |
configure: Modernize autotools setup a bit
Also we now only create tar.bz2 and tar.xz tarballs.
Diffstat (limited to 'gst/rtsp-server')
-rw-r--r-- | gst/rtsp-server/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/Makefile.am b/gst/rtsp-server/Makefile.am index 991165d..43b54c4 100644 --- a/gst/rtsp-server/Makefile.am +++ b/gst/rtsp-server/Makefile.am @@ -33,7 +33,7 @@ libgstrtspserver_@GST_API_VERSION@_la_SOURCES = \ $(c_sources) libgstrtspserver_@GST_API_VERSION@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -libgstrtspserver_@GST_API_VERSION@_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstrtspserver_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) libgstrtspserver_@GST_API_VERSION@_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \ -lgstrtp-@GST_API_VERSION@ -lgstrtsp-@GST_API_VERSION@ \ |