diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:44:31 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-02-01 13:44:31 +0900 |
commit | 73ea2d7db1c622705a034dc3aa73b02693bc9aad (patch) | |
tree | 8ec6ded7aa6ffd57bc2b0c1a44d70dc1d46d4be3 /wearable/ext/soup/Makefile.am | |
parent | 9e1f49bdfcf5a218296206db6db790187c114084 (diff) | |
download | gst-plugins-good0.10-tizen_2.3.tar.gz gst-plugins-good0.10-tizen_2.3.tar.bz2 gst-plugins-good0.10-tizen_2.3.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.062707tizen_2.3
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 |