mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
7ebd5d52a9
Original commit message from CVS: fix build on older automake
6 lines
205 B
Makefile
6 lines
205 B
Makefile
plugin_LTLIBRARIES = libgstcdaudio.la
|
|
|
|
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
|
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdaudio_la_LIBADD =
|
|
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|