mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 02:30:35 +00:00
10 lines
240 B
Makefile
10 lines
240 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstcdparanoia.la
|
||
|
|
||
|
libgstcdparanoia_la_SOURCES = gstcdparanoia.c
|
||
|
libgstcdparanoia_la_LIBADD = $(CDPARANOIA_LIBS)
|
||
|
libgstcdparanoia_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstcdparanoia.h
|