mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
e382fe90cb
Original commit message from CVS: unforming dir names
8 lines
157 B
Makefile
8 lines
157 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libvcdsrc.la
|
|
|
|
libvcdsrc_la_SOURCES = vcdsrc.c
|
|
libvcdsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = vcdsrc.h
|