diff options
Diffstat (limited to 'ext/soup/Makefile.am')
-rw-r--r-- | ext/soup/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/soup/Makefile.am b/ext/soup/Makefile.am deleted file mode 100644 index 168ca916..00000000 --- a/ext/soup/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -plugin_LTLIBRARIES = libgstsouphttpsrc.la - -libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.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) - -noinst_HEADERS = gstsouphttpsrc.h |