diff options
Diffstat (limited to 'gst/filter')
-rw-r--r-- | gst/filter/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/filter/Makefile.am b/gst/filter/Makefile.am index 31e7a8d6..d17e3d2c 100644 --- a/gst/filter/Makefile.am +++ b/gst/filter/Makefile.am @@ -6,7 +6,8 @@ libgstfilter_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFL libgstfilter_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - $(GST_CONTROLLER_LIBS) + $(GST_CONTROLLER_LIBS) \ + $(LIBM) libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |