mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
3b540378fb
Original commit message from CVS: parallel install fixes
10 lines
261 B
Makefile
10 lines
261 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstadder.la
|
|
|
|
libgstadder_la_SOURCES = gstadder.c
|
|
libgstadder_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstadder_la_LIBADD =
|
|
libgstadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstadder.h
|