diff options
Diffstat (limited to 'gst/siren/Makefile.am')
-rw-r--r-- | gst/siren/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/siren/Makefile.am b/gst/siren/Makefile.am index 2be9ede49..e05549b7a 100644 --- a/gst/siren/Makefile.am +++ b/gst/siren/Makefile.am @@ -13,7 +13,9 @@ libgstsiren_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ libgstsiren_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_MAJORMINOR@ \ $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) libgstsiren_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +if !GST_PLUGIN_BUILD_STATIC libgstsiren_la_LIBTOOLFLAGS = --tag=disable-static +endif Android.mk: Makefile.am $(BUILT_SOURCES) androgenizer \ @@ -27,4 +29,4 @@ Android.mk: Makefile.am $(BUILT_SOURCES) -ldl \ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@
\ No newline at end of file + > $@ |