rtsp: Port to GIO
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
index c776f8e..959dbd4 100644 (file)
@@ -1,38 +1,32 @@
 # The interfaces directory has to be built before the others,
 # otherwise some generated header files will be missing for the
 # plugins in the other directories.
-# Also, the tag directory has to be built before the cdda directory.
 SUBDIRS = \
        interfaces \
        tag \
-       audio \
-       cdda \
        fft \
-       floatcast \
-       netbuffer \
-       riff \
        rtp \
        sdp \
        rtsp \
        video \
+       audio \
        pbutils \
+       riff \
        app
 
-noinst_HEADERS = gettext.h gst-i18n-plugin.h
+noinst_HEADERS = gettext.h gst-i18n-plugin.h glib-compat-private.h
 
 # dependencies:
-audio: interfaces
-
-cdda: tag
+audio: interfaces tag
 
 riff: tag audio
 
 rtsp: sdp
 
-pbutils: video
+pbutils: video audio
 
 INDEPENDENT_SUBDIRS = \
-       interfaces tag fft floatcast netbuffer rtp sdp video app
+       interfaces tag audio fft rtp sdp video app
 
 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)