gstreamer/gst/pcapparse/Makefile.am
Nicolas Dufresne 4261692187 Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
2017-05-16 14:05:52 -04:00

12 lines
352 B
Makefile

plugin_LTLIBRARIES = libgstpcapparse.la
libgstpcapparse_la_SOURCES = \
gstpcapparse.c gstirtspparse.c plugin.c
noinst_HEADERS = \
gstpcapparse.h gstirtspparse.h
libgstpcapparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstpcapparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(WINSOCK2_LIBS)
libgstpcapparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)