summaryrefslogtreecommitdiff
path: root/plugins/elements/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-11-29 19:47:00 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-11-29 19:47:00 +0000
commit2011345b96b4678c0e918a286d818e9aaf2d9df8 (patch)
treea9dfa0ae22aef533d6785948ebd194d19c1be641 /plugins/elements/Makefile.am
parent41f6c2b0fea7e078e99bdfd9e0611b603b30239b (diff)
move queue from core to the elements plugin ç
Original commit message from CVS: * gst/gst.c: * plugins/elements/Makefile.am: * plugins/elements/gstelements.c: * plugins/elements/gstqueue.c: move queue from core to the elements plugin ç
Diffstat (limited to 'plugins/elements/Makefile.am')
-rw-r--r--plugins/elements/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am
index d142d0e650..bd0073efdf 100644
--- a/plugins/elements/Makefile.am
+++ b/plugins/elements/Makefile.am
@@ -16,13 +16,14 @@ libgstelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINO
libgstelements_la_SOURCES = \
gstbufferstore.c \
gstcapsfilter.c \
+ gstelements.c \
gstfakesrc.c \
gstfakesink.c \
$(GSTFDSRC) \
gstfilesink.c \
gstfilesrc.c \
gstidentity.c \
- gstelements.c \
+ gstqueue.c \
gsttee.c \
gsttypefindelement.c
@@ -40,6 +41,7 @@ noinst_HEADERS = \
gstfilesink.h \
gstfilesrc.h \
gstidentity.h \
+ gstqueue.h \
gsttee.h \
gsttypefindelement.h