First THREADED backport attempt, focusing on adding locks and making sure the API...
[platform/upstream/gstreamer.git] / gst / Makefile.am
index 644b780..2a5dfdb 100644 (file)
@@ -66,7 +66,7 @@ else
 GST_URI_SRC = gsturi.c
 endif
 
-SUBDIRS = $(GST_PARSE_DIRS) $(GST_REGISTRY_DIRS) . autoplug elements schedulers $(GST_INDEX_DIRS) 
+SUBDIRS = $(GST_PARSE_DIRS) $(GST_REGISTRY_DIRS) . elements schedulers $(GST_INDEX_DIRS) 
 DIST_SUBDIRS = autoplug elements parse registries schedulers indexers
 
 # make variables for all generated source and header files to make the
@@ -98,6 +98,7 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \
        $(GST_INDEX_SRC)        \
        gstinfo.c               \
        gstinterface.c          \
+       gstiterator.c           \
        gstmemchunk.c           \
        gstpad.c                \
        gstpipeline.c           \
@@ -171,6 +172,7 @@ gst_headers =                       \
        gstindex.h              \
        gstinfo.h               \
        gstinterface.h          \
+       gstiterator.h           \
        gstmacros.h             \
        gstmemchunk.h           \
        gstpad.h                \