summaryrefslogtreecommitdiffstats
path: root/gst/oldcore
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:21:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:21:01 +0000
commitdbf91d9192e22b1ff4f6011cfe50467513b7205f (patch)
treeca9899f7bac92d3a6b92e016842f7ee10b860f89 /gst/oldcore
parent5eef31f18f2ba035dbac5e582384e50c0c764816 (diff)
pound some sense in the colorspace elements
Original commit message from CVS: pound some sense in the colorspace elements
Diffstat (limited to 'gst/oldcore')
-rw-r--r--gst/oldcore/Makefile.am29
1 files changed, 13 insertions, 16 deletions
diff --git a/gst/oldcore/Makefile.am b/gst/oldcore/Makefile.am
index c871c87b..f2f5c499 100644
--- a/gst/oldcore/Makefile.am
+++ b/gst/oldcore/Makefile.am
@@ -1,21 +1,19 @@
+plugin_LTLIBRARIES = libgsstandardelements.la
-plugin_LTLIBRARIES = libgstoldcoreelements.la
-
-libgstoldcoreelements_la_SOURCES = \
- gstelements.c \
- gstaggregator.c \
- gstfdsink.c \
- gstfdsrc.c \
- gstmd5sink.c \
- gstmultifilesrc.c \
- gstpipefilter.c \
- gstshaper.c \
+libgststandardelements_la_SOURCES = \
+ gstelements.c \
+ gstaggregator.c \
+ gstfdsink.c \
+ gstfdsrc.c \
+ gstmd5sink.c \
+ gstmultifilesrc.c \
+ gstpipefilter.c \
+ gstshaper.c \
gststatistics.c
-
-libgstoldcoreelements_la_CFLAGS = $(GST_CFLAGS)
-libgstoldcoreelements_la_LIBADD =
-libgstoldcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgststandardelements_la_CFLAGS = $(GST_CFLAGS)
+libgststandardelements_la_LIBADD =
+libgststandardelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstaggregator.h \
@@ -26,4 +24,3 @@ noinst_HEADERS = \
gstpipefilter.h \
gstshaper.h \
gststatistics.h
-