mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
17 lines
551 B
Makefile
17 lines
551 B
Makefile
|
lib_LTLIBRARIES = libgstcdda-@GST_MAJORMINOR@.la
|
||
|
|
||
|
libgstcdda_@GST_MAJORMINOR@_la_SOURCES = \
|
||
|
gstcddabasesrc.c \
|
||
|
base64.c \
|
||
|
base64.h \
|
||
|
sha1.c \
|
||
|
sha1.h
|
||
|
|
||
|
libgstcdda_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/cdda
|
||
|
libgstcdda_@GST_MAJORMINOR@include_HEADERS = \
|
||
|
gstcddabasesrc.h
|
||
|
|
||
|
libgstcdda_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||
|
libgstcdda_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||
|
libgstcdda_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|