summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-06-21 14:04:19 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-06-21 15:30:21 -0400
commit8d1d8349c5b67255c0e00b19b02b0db1db7fe769 (patch)
tree1652f7548cd5ec376f35809dba26a0bb5fcfb410
parentcc577d4828fee3d3e5e4d3e2afcbb9c4538556aa (diff)
downloadfarstream-8d1d8349c5b67255c0e00b19b02b0db1db7fe769.tar.gz
rtpconference: Move link flags to convenience library
This way unit test will inherit from all the required flags. https://bugs.freedesktop.org/show_bug.cgi?id=101544
-rw-r--r--gst/fsrtpconference/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/gst/fsrtpconference/Makefile.am b/gst/fsrtpconference/Makefile.am
index c9e8ae18..18ecee36 100644
--- a/gst/fsrtpconference/Makefile.am
+++ b/gst/fsrtpconference/Makefile.am
@@ -23,6 +23,13 @@ libfsrtpconference_convenience_la_SOURCES = \
fs-rtp-tfrc.c \
fs-rtp-packet-modder.c \
tfrc.c
+libfsrtpconference_convenience_la_LIBADD = \
+ $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
+ $(FS_LIBS) \
+ $(GST_PLUGINS_BASE_LIBS) \
+ $(GST_LIBS) \
+ -lgstrtp-@GST_API_VERSION@ \
+ -lm
noinst_HEADERS = \
fs-rtp-conference.h \
@@ -55,13 +62,7 @@ AM_CFLAGS = \
libfsrtpconference_la_SOURCES = fs-rtp-conference-plugin.c
libfsrtpconference_la_LIBADD = \
- libfsrtpconference-convenience.la \
- $(top_builddir)/farstream/libfarstream-@FS_APIVERSION@.la \
- $(FS_LIBS) \
- $(GST_PLUGINS_BASE_LIBS) \
- $(GST_LIBS) \
- -lgstrtp-@GST_API_VERSION@ \
- -lm
+ libfsrtpconference-convenience.la
libfsrtpconference_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libfsrtpconference_la_LIBTOOLFLAGS = $(PLUGIN_LIBTOOLFLAGS)