summaryrefslogtreecommitdiff
path: root/gst/videotestsrc/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-26 21:28:31 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-27 06:38:24 +0200
commit47317338e9bbbb7e34d123cd48e0c3085dd96af3 (patch)
tree9ba20a9aa7d9fe56517ea47843d1985a33058703 /gst/videotestsrc/Makefile.am
parenta75aa2a20c58df98873e94f0304cfec978205e82 (diff)
videotestsrc: Explicitely link with $(LIBM)
Diffstat (limited to 'gst/videotestsrc/Makefile.am')
-rw-r--r--gst/videotestsrc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videotestsrc/Makefile.am b/gst/videotestsrc/Makefile.am
index af95cdf51..4e2187495 100644
--- a/gst/videotestsrc/Makefile.am
+++ b/gst/videotestsrc/Makefile.am
@@ -10,7 +10,7 @@ nodist_libgstvideotestsrc_la_SOURCES = $(ORC_NODIST_SOURCES)
libgstvideotestsrc_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvideotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS)
+libgstvideotestsrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
libgstvideotestsrc_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h