summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
blob: c3c22381c57efe150d718e74cff5526caa3fc383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if USE_X
XIMAGE_DIR=ximage
else
XIMAGE_DIR=
endif

if USE_XVIDEO
XVIMAGE_DIR=xvimage
else
XVIMAGE_DIR=
endif

SUBDIRS = \
  $(XIMAGE_DIR) \
  $(XVIMAGE_DIR)

DIST_SUBDIRS = \
  ximage \
  xvimage

include $(top_srcdir)/common/parallel-subdirs.mak