rtp: fix compiler warning
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
1 SUBDIRS = \
2         tag \
3         fft \
4         rtp \
5         sdp \
6         rtsp \
7         video \
8         audio \
9         pbutils \
10         riff \
11         app
12
13 noinst_HEADERS = gettext.h gst-i18n-plugin.h glib-compat-private.h
14
15 # dependencies:
16 audio: tag
17
18 riff: tag audio
19
20 rtsp: sdp
21
22 pbutils: video audio
23
24 INDEPENDENT_SUBDIRS = \
25         tag audio fft rtp sdp video app
26
27 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
28
29 independent-subdirs: $(INDEPENDENT_SUBDIRS)
30
31 $(INDEPENDENT_SUBDIRS):
32         $(MAKE) -C $@
33
34 all-recursive: independent-subdirs