Commit 674d660f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Rework directory order

parent b00db8ce
......@@ -7,16 +7,14 @@
# which have makefiles with distribution information.
# - src (libvlc) is nedeed by modules
# - libs/* are needed by modules
BASE_SUBDIRS = po compat src bin modules share doc test
EXTRA_SUBDIRS = m4 \
libs/srtp
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
SUBDIRS = po compat src
DIST_SUBDIRS = \
m4 compat doc po share src \
bin modules test
SUBDIRS = compat doc po share src
if BUILD_VLC
SUBDIRS += bin
endif
SUBDIRS += modules share doc test
SUBDIRS += modules test
EXTRA_DIST = \
HACKING \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment