gstreamer/validate/docs/Makefile.am
Thibault Saunier 1649b49f1c validate: docs: Always dist the launcher directoty
Fixing make distcheck
2014-09-12 09:57:05 +02:00

13 lines
267 B
Makefile

SUBDIRS = validate
DIST_SUBDIRS = validate launcher
if HAVE_SPHINHX
SUBDIRS += launcher
endif
upload:
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
libs: validate
include $(top_srcdir)/common/parallel-subdirs.mak