mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
65062ed750
Original commit message from CVS: * configure.ac: * gst/pcapparse/Makefile.am: * gst/pcapparse/gstpcapparse.c: * gst/pcapparse/gstpcapparse.h: New plugin: pcapparse (#520899).
11 lines
294 B
Makefile
11 lines
294 B
Makefile
plugin_LTLIBRARIES = libgstpcapparse.la
|
|
|
|
libgstpcapparse_la_SOURCES = \
|
|
gstpcapparse.c
|
|
|
|
noinst_HEADERS = \
|
|
gstpcapparse.h
|
|
|
|
libgstpcapparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstpcapparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstpcapparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|