mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
10 lines
300 B
Makefile
10 lines
300 B
Makefile
|
plugin_LTLIBRARIES = libgstsouphttpsrc.la
|
||
|
|
||
|
libgstsouphttpsrc_la_SOURCES = gstsouphttpsrc.c
|
||
|
|
||
|
libgstsouphttpsrc_la_CFLAGS = $(GST_CFLAGS) $(SOUP_CFLAGS)
|
||
|
libgstsouphttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(SOUP_LIBS)
|
||
|
libgstsouphttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstsouphttpsrc.h
|