mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
7eea6a04b7
Original commit message from CVS: fix for parallel installability
38 lines
807 B
Makefile
38 lines
807 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstelements.la
|
|
|
|
libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
|
|
libgstelements_la_SOURCES = \
|
|
gstelements.c \
|
|
gstfakesrc.c \
|
|
gstidentity.c \
|
|
gstfakesink.c \
|
|
gstfilesrc.c \
|
|
gstfilesink.c \
|
|
gstfdsrc.c \
|
|
gstfdsink.c \
|
|
gstmultidisksrc.c \
|
|
gstpipefilter.c \
|
|
gsttee.c \
|
|
gstaggregator.c \
|
|
gststatistics.c \
|
|
gstmd5sink.c
|
|
libgstelements_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstelements_la_LIBADD =
|
|
libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstfakesrc.h \
|
|
gstidentity.h \
|
|
gstfakesink.h \
|
|
gstfilesink.h \
|
|
gstfdsrc.h \
|
|
gstmultidisksrc.h \
|
|
gstfdsink.h \
|
|
gstpipefilter.h \
|
|
gsttee.h \
|
|
gstaggregator.h \
|
|
gststatistics.h \
|
|
gstfilesrc.h \
|
|
gstmd5sink.h
|