1if USE_X 2XIMAGE_DIR=ximage 3else 4XIMAGE_DIR= 5endif 6 7if USE_XVIDEO 8XVIMAGE_DIR=xvimage 9else 10XVIMAGE_DIR= 11endif 12 13SUBDIRS = \ 14 $(XIMAGE_DIR) \ 15 $(XVIMAGE_DIR) 16 17DIST_SUBDIRS = \ 18 ximage \ 19 xvimage 20 21include $(top_srcdir)/common/parallel-subdirs.mak 22