diff options
Diffstat (limited to 'gst/real/Makefile.am')
-rw-r--r-- | gst/real/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/real/Makefile.am b/gst/real/Makefile.am index 6681e4a56..adb1806df 100644 --- a/gst/real/Makefile.am +++ b/gst/real/Makefile.am @@ -13,7 +13,9 @@ libgstreal_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \ $(GST_BASE_LIBS) libgstreal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +if !GST_PLUGIN_BUILD_STATIC libgstreal_la_LIBTOOLFLAGS = --tag=disable-static +endif noinst_HEADERS = \ gstreal.h \ |