Commit 3cfa2456 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Access makefile: don't add twice the folders

And reorder alphabetically, so such mistakes don't happen again
parent 21ce20e3
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# obviously does not. Here is a fix for that. # obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = mms rtp rtsp vcd vcdx screen bd zip BASE_SUBDIRS = bd mms rtp rtsp screen vcd vcdx zip
EXTRA_SUBDIRS = bd dshow dvb EXTRA_SUBDIRS = dshow dvb
SUBDIRS = $(BASE_SUBDIRS) SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
......
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