mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
7f1aec856f
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
9 lines
191 B
Makefile
9 lines
191 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libvcdsrc.la
|
|
|
|
libvcdsrc_la_SOURCES = vcdsrc.c
|
|
libvcdsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libvcdsrc_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = vcdsrc.h
|