gst-libs: build pbutils after video
[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         audio \
9         cdda \
10         fft \
11         floatcast \
12         netbuffer \
13         riff \
14         rtp \
15         sdp \
16         rtsp \
17         video \
18         pbutils \
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
33
34 INDEPENDENT_SUBDIRS = \
35         interfaces tag 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