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
@ -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…
x
Reference in New Issue
Block a user