From 65062ed750828b054234e0ce96a18556bc2f9696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Sun, 24 Aug 2008 13:53:29 +0000 Subject: New plugin: pcapparse (#520899). Original commit message from CVS: * configure.ac: * gst/pcapparse/Makefile.am: * gst/pcapparse/gstpcapparse.c: * gst/pcapparse/gstpcapparse.h: New plugin: pcapparse (#520899). --- gst/pcapparse/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gst/pcapparse/Makefile.am (limited to 'gst/pcapparse/Makefile.am') diff --git a/gst/pcapparse/Makefile.am b/gst/pcapparse/Makefile.am new file mode 100644 index 00000000..8fc0d82b --- /dev/null +++ b/gst/pcapparse/Makefile.am @@ -0,0 +1,11 @@ +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) -- cgit v1.2.1