mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
7 lines
206 B
Makefile
7 lines
206 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
|