gst-libs: Temporarily remove dependency of gstaudio on gstpbutils
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
1 # The interfaces directory has to be built before the others,
2 # otherwise some generated header files will be missing for the
3 # plugins in the other directories.
4 # Also, the tag directory has to be built before the cdda directory.
5 SUBDIRS = \
6         interfaces \
7         tag \
8         cdda \
9         fft \
10         floatcast \
11         netbuffer \
12         rtp \
13         sdp \
14         rtsp \
15         video \
16         audio \
17         pbutils \
18         riff \
19         app
20
21 noinst_HEADERS = gettext.h gst-i18n-plugin.h
22
23 # dependencies:
24 audio: interfaces
25
26 cdda: tag
27
28 riff: tag audio
29
30 rtsp: sdp
31
32 pbutils: video audio
33
34 INDEPENDENT_SUBDIRS = \
35         interfaces tag audio fft floatcast netbuffer rtp sdp video app
36
37 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
38
39 independent-subdirs: $(INDEPENDENT_SUBDIRS)
40
41 $(INDEPENDENT_SUBDIRS):
42         $(MAKE) -C $@
43
44 all-recursive: independent-subdirs