mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 14:02:26 +00:00
a809c318db
Original commit message from CVS: Fix installing in wrong dir
8 lines
255 B
Makefile
8 lines
255 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstcdaudio.la
|
|
|
|
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
|
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdaudio_la_LIBADD =
|
|
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|