diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-10-24 12:10:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-15 15:52:58 +0200 |
commit | 948a4a36329c1b47f0369590a260a00f0f3d0eb8 (patch) | |
tree | de811acab751428a015a9997a729dbf29b0f97aa /gst/audioresample | |
parent | 04d5dafa7141e933f320a923e2e1f52d2adcea84 (diff) |
gst: Add better support for static plugins
Diffstat (limited to 'gst/audioresample')
-rw-r--r-- | gst/audioresample/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/Makefile.am b/gst/audioresample/Makefile.am index 78b4e24f9..607115d55 100644 --- a/gst/audioresample/Makefile.am +++ b/gst/audioresample/Makefile.am @@ -27,7 +27,7 @@ libgstaudioresample_la_LIBADD = \ $(LIBM) libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstaudioresample_la_LIBTOOLFLAGS = --tag=disable-static +libgstaudioresample_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = \ arch.h \ |