diff options
Diffstat (limited to 'wearable/ext/soup/Makefile.am')
-rw-r--r-- | wearable/ext/soup/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/wearable/ext/soup/Makefile.am b/wearable/ext/soup/Makefile.am deleted file mode 100644 index 6916b17..0000000 --- a/wearable/ext/soup/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -plugin_LTLIBRARIES = libgstsouphttpsrc.la - -libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.c gstsouphttpclientsink.c gstsoup.c - -libgstsouphttpsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUP_CFLAGS) -libgstsouphttpsrc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(SOUP_LIBS) -libgstsouphttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstsouphttpsrc_la_LIBTOOLFLAGS = --tag=disable-static - -noinst_HEADERS = gstsouphttpsrc.h gstsouphttpclientsink.h |