summaryrefslogtreecommitdiff
path: root/ext/soup/Makefile.am
blob: 63e5fec9e4b91edab76a81fed4749a2983654d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugin_LTLIBRARIES = libgstsouphttpsrc.la

libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.c gstsouphttpclientsink.c gstsouputils.c gstsoup.c

libgstsouphttpsrc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
	$(GST_CFLAGS) $(SOUP_CFLAGS) \
	-DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_48 \
	-DSOUP_VERSION_MAX_ALLOWED=SOUP_DEPRECATED_IN_2_48
libgstsouphttpsrc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(SOUP_LIBS)
libgstsouphttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsouphttpsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)

noinst_HEADERS = gstsouphttpsrc.h gstsouphttpclientsink.h gstsouputils.h