mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
8ce827c406
Original commit message from CVS: move check stuff to its own library to be used by other modules
17 lines
580 B
Makefile
17 lines
580 B
Makefile
lib_LTLIBRARIES = libgstcheck-@GST_MAJORMINOR@.la
|
|
|
|
libgstcheck_@GST_MAJORMINOR@_la_DEPENDENCIES = \
|
|
../libgstreamer-@GST_MAJORMINOR@.la
|
|
libgstcheck_@GST_MAJORMINOR@_la_SOURCES = \
|
|
gstcheck.c
|
|
|
|
libgstcheck_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) $(CHECK_CFLAGS)
|
|
libgstcheck_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS) $(CHECK_LIBS) \
|
|
../libgstreamer-@GST_MAJORMINOR@.la
|
|
libgstcheck_@GST_MAJORMINOR@_la_LDFLAGS =
|
|
|
|
libgstcheck_@GST_MAJORMINOR@includedir = \
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/check
|
|
|
|
libgstcheck_@GST_MAJORMINOR@include_HEADERS = \
|
|
gstcheck.h
|