merge TYPEFIND branch. Major changes:
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
index a455576..0d6a67d 100644 (file)
@@ -1,42 +1,51 @@
-filterdir = $(libdir)/gst
+# FIXME:
+# need to get gstbufferstore.[ch] into its own lib, preferrably 
+# libs/gst/buifferstore
+# This requires building libs/gst before this dir, which we currently don't
+# do.
 
-filter_LTLIBRARIES = libgstelements.la
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
 
-if HAVE_LIBGHTTP
-GSTHTTPSRC=gsthttpsrc.c
-else
-GSTHTTPSRC=
-endif
+plugin_LTLIBRARIES = libgstelements.la
 
-libgstelements_la_DEPENDENCIES = ../libgst.la
+libgstelements_la_DEPENDENCIES = ../libgstreamer-@GST_MAJORMINOR@.la
 libgstelements_la_SOURCES =    \
+       gstaggregator.c         \
+       gstbufferstore.c        \
        gstelements.c           \
-       gstfakesrc.c            \
-       gstidentity.c           \
        gstfakesink.c           \
-       gstdisksrc.c            \
-       gstasyncdisksrc.c       \
-       gstfdsrc.c              \
-       $(GSTHTTPSRC)           \
-       gstaudiosink.c          \
-       gstaudiosrc.c           \
+       gstfakesrc.c            \
+       gstfilesink.c           \
+       gstfilesrc.c            \
        gstfdsink.c             \
-       gstqueue.c              \
-       gstsinesrc.c
+       gstfdsrc.c              \
+       gstidentity.c           \
+       gstmd5sink.c            \
+       gstmultidisksrc.c       \
+       gstpipefilter.c         \
+       gstshaper.c             \
+       gststatistics.c         \
+       gsttee.c                \
+       gsttypefindelement.c
+
+libgstelements_la_CFLAGS = $(GST_CFLAGS)
+libgstelements_la_LIBADD =
+libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS =               \
-       gstfakesrc.h            \
-       gstidentity.h           \
+       gstaggregator.h         \
+       gstbufferstore.h        \
        gstfakesink.h           \
-       gstdisksrc.h            \
-       gstasyncdisksrc.h       \
-       gstfdsrc.h              \
-       gsthttpsrc.h            \
-       gstaudiosink.h          \
-       gstaudiosrc.h           \
+       gstfakesrc.h            \
        gstfdsink.h             \
-       gstqueue.h              \
-       gstsinesrc.h
-
-libgstelements_la_LIBADD = $(GLIB_LIBS) $(GTK_LIBS) $(GHTTP_LIBS)
-libgstelements_la_LDFLAGS = -version-info $(STREAMER_CURRENT):$(STREAMER_REVISION):$(STREAMER_AGE)
+       gstfdsrc.h              \
+       gstfilesink.h           \
+       gstfilesrc.h            \
+       gstidentity.h           \
+       gstmd5sink.h            \
+       gstmultidisksrc.h       \
+       gstpipefilter.h         \
+       gstshaper.h             \
+       gststatistics.h         \
+       gsttee.h                \
+       gsttypefindelement.h