mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
1649b49f1c
Fixing make distcheck
13 lines
267 B
Makefile
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
|