mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
86ac7ebab9
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
252 B
Makefile
9 lines
252 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstcdparanoia.la
|
|
|
|
libgstcdparanoia_la_SOURCES = gstcdparanoia.c
|
|
libgstcdparanoia_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdparanoia_la_LIBADD = $(GST_LIBS) $(CDPARANOIA_LIBS)
|
|
|
|
noinst_HEADERS = gstcdparanoia.h
|