mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
dc4d0baf7d
Original commit message from CVS: Remove redundant definition of plugindir
9 lines
213 B
Makefile
9 lines
213 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvcdsrc.la
|
|
|
|
libgstvcdsrc_la_SOURCES = vcdsrc.c
|
|
libgstvcdsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvcdsrc_la_LIBADD =
|
|
libgstvcdsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = vcdsrc.h
|