fix build so you can make dist and create rpms
[platform/upstream/gstreamer.git] / sys / Makefile.am
1 # if USE_GST_V4L
2 # V4L_DIR=v4l
3 # else
4 # V4L_DIR=
5 # endif
6
7 if USE_X
8 XIMAGE_DIR=ximage
9 else
10 XIMAGE_DIR=
11 endif
12
13 if USE_XVIDEO
14 XVIMAGE_DIR=xvimage
15 else
16 XVIMAGE_DIR=
17 endif
18
19 SUBDIRS = \
20   $(XIMAGE_DIR) \
21   $(XVIMAGE_DIR)
22
23 DIST_SUBDIRS = \
24   ximage \
25   xvimage
26