mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
0625b3aabc
Original commit message from CVS: * ext/cdaudio/Makefile.am: Add another missing GST_LIBS.
6 lines
217 B
Makefile
6 lines
217 B
Makefile
plugin_LTLIBRARIES = libgstcdaudio.la
|
|
|
|
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
|
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdaudio_la_LIBADD = $(GST_LIBS)
|
|
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|