gstreamer/sys/Makefile.am
Christian Schaller ea9531ab70 fix build so you can make dist and create rpms
Original commit message from CVS:
fix build so you can make dist and create rpms
2005-05-05 15:06:40 +00:00

27 lines
255 B
Makefile

# if USE_GST_V4L
# V4L_DIR=v4l
# else
# V4L_DIR=
# endif
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