mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b80a4140f3
Original commit message from CVS: remove README from Makefile.am as there is no README
9 lines
269 B
Makefile
9 lines
269 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstmassink.la
|
|
|
|
libgstmassink_la_SOURCES = massink.c
|
|
libgstmassink_la_CFLAGS = $(GST_CFLAGS) $(MAS_CFLAGS)
|
|
libgstmassink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MAS_LIBS)
|
|
|
|
noinst_HEADERS = massink.h
|