funnel: Always push all sticky events whenever we forward a serialized event
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
index 6d3857c..db4d38c 100644 (file)
@@ -24,6 +24,7 @@ libgstcoreelements_la_SOURCES =       \
        gstsparsefile.c         \
        gsttee.c                \
        gsttypefindelement.c    \
+       gststreamiddemux.c      \
        gstvalve.c
 
 libgstcoreelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
@@ -54,6 +55,7 @@ noinst_HEADERS =              \
        gstsparsefile.h         \
        gsttee.h                \
        gsttypefindelement.h    \
+       gststreamiddemux.h      \
        gstvalve.h
 
 EXTRA_DIST = gstfdsrc.c \
@@ -66,14 +68,3 @@ CLEANFILES = *.gcno *.gcda *.gcov *.gcov.out
        $(GCOV) -b -f -o $^ > $@.out
 
 gcov: $(libgstcoreelements_la_SOURCES:=.gcov)
-
-Android.mk: Makefile.am
-       androgenizer -:PROJECT gstreamer -:SHARED libgstcoreelements -:TAGS eng debug \
-        -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
-        -:SOURCES $(libgstcoreelements_la_SOURCES) \
-        -:CFLAGS $(DEFS) $(libgstcoreelements_la_CFLAGS) \
-        -:LDFLAGS $(libgstcoreelements_la_LDFLAGS) \
-                   $(libgstcoreelements_la_LIBADD) \
-        -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
-                      LOCAL_MODULE_PATH:=$$\(TARGET_OUT\)/lib/gstreamer-@GST_API_VERSION@ \
-       > $@