mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
0228717f04
Original commit message from CVS: Remove redundant plugindir definition
9 lines
266 B
Makefile
9 lines
266 B
Makefile
|
|
plugin_LTLIBRARIES = libgstcdparanoia.la
|
|
|
|
libgstcdparanoia_la_SOURCES = gstcdparanoia.c
|
|
libgstcdparanoia_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdparanoia_la_LIBADD = $(CDPARANOIA_LIBS)
|
|
libgstcdparanoia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstcdparanoia.h
|