2005-07-05 10:20:14 +00:00
|
|
|
lib_LTLIBRARIES = libgstdataprotocol-@GST_MAJORMINOR@.la
|
2004-05-19 16:37:53 +00:00
|
|
|
|
2005-07-05 10:20:14 +00:00
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/dataprotocol
|
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_include_HEADERS = \
|
2004-05-19 16:37:53 +00:00
|
|
|
dataprotocol.h
|
|
|
|
noinst_HEADERS = dp-private.h
|
|
|
|
|
2005-07-05 10:20:14 +00:00
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES = \
|
2004-05-19 16:37:53 +00:00
|
|
|
dataprotocol.c
|
|
|
|
|
2005-11-27 16:46:48 +00:00
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
2005-07-05 10:20:14 +00:00
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
2005-11-27 16:46:48 +00:00
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|
|
|