mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-10 22:01:29 +00:00
ext/cdaudio/Makefile.am: Add another missing GST_LIBS.
Original commit message from CVS: * ext/cdaudio/Makefile.am: Add another missing GST_LIBS.
This commit is contained in:
parent
49e0f86259
commit
0625b3aabc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/cdaudio/Makefile.am:
|
||||
Add another missing GST_LIBS.
|
||||
|
||||
2007-10-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Richard Hult <richard imendio com>
|
||||
|
|
|
@ -2,5 +2,5 @@ plugin_LTLIBRARIES = libgstcdaudio.la
|
|||
|
||||
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
||||
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstcdaudio_la_LIBADD =
|
||||
libgstcdaudio_la_LIBADD = $(GST_LIBS)
|
||||
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|
||||
|
|
Loading…
Reference in a new issue