gstreamer/gst/elements/Makefile.am
Thomas Vander Stichele f985019e4c more build cleanups (using as-version and as-libtool) some release doc notes from the previous release
Original commit message from CVS:
* more build cleanups (using as-version and as-libtool)
* some release doc notes from the previous release
2002-02-09 21:05:12 +00:00

39 lines
789 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstelements.la
libgstelements_la_DEPENDENCIES = ../libgst.la
libgstelements_la_SOURCES = \
gstelements.c \
gstfakesrc.c \
gstidentity.c \
gstfakesink.c \
gstfilesrc.c \
gstdisksink.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 = $(GST_LIBS)
libgstelements_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ @GST_LT_LDFLAGS@
noinst_HEADERS = \
gstfakesrc.h \
gstidentity.h \
gstfakesink.h \
gstdisksink.h \
gstfdsrc.h \
gstmultidisksrc.h \
gstfdsink.h \
gstpipefilter.h \
gsttee.h \
gstaggregator.h \
gststatistics.h \
gstfilesrc.h \
gstmd5sink.h