2008-08-24 13:53:29 +00:00
|
|
|
plugin_LTLIBRARIES = libgstpcapparse.la
|
|
|
|
|
|
|
|
libgstpcapparse_la_SOURCES = \
|
2011-09-20 14:29:55 +00:00
|
|
|
gstpcapparse.c gstirtspparse.c plugin.c
|
2008-08-24 13:53:29 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2011-09-20 14:29:55 +00:00
|
|
|
gstpcapparse.h gstirtspparse.h
|
2008-08-24 13:53:29 +00:00
|
|
|
|
|
|
|
libgstpcapparse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
2008-12-29 15:54:44 +00:00
|
|
|
libgstpcapparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(WINSOCK2_LIBS)
|
2008-08-24 13:53:29 +00:00
|
|
|
libgstpcapparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstpcapparse_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|