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

Rework directory order

parent b00db8ce
...@@ -7,16 +7,14 @@ ...@@ -7,16 +7,14 @@
# which have makefiles with distribution information. # which have makefiles with distribution information.
# - src (libvlc) is nedeed by modules # - src (libvlc) is nedeed by modules
# - libs/* are needed by modules # - libs/* are needed by modules
BASE_SUBDIRS = po compat src bin modules share doc test DIST_SUBDIRS = \
EXTRA_SUBDIRS = m4 \ m4 compat doc po share src \
libs/srtp bin modules test
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) SUBDIRS = compat doc po share src
SUBDIRS = po compat src
if BUILD_VLC if BUILD_VLC
SUBDIRS += bin SUBDIRS += bin
endif endif
SUBDIRS += modules share doc test SUBDIRS += modules test
EXTRA_DIST = \ EXTRA_DIST = \
HACKING \ 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