]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
Zip: move skins2/unzip to libs/unzip
[vlc] / modules / Makefile.am
index d532b4a75ec4432a1c26b95b98daf46309ea0b41..4ac47bda1431a8d4256f81f827a3cda757844d67 100644 (file)
@@ -1,6 +1,5 @@
-SUBDIRS = \
+BASE_SUBDIRS = \
        access \
-       access_filter \
        audio_filter \
        audio_mixer \
        audio_output \
@@ -12,6 +11,7 @@ SUBDIRS = \
        misc \
        packetizer \
        services_discovery \
+       stream_filter \
        video_chroma \
        video_filter \
        video_output \
@@ -20,11 +20,12 @@ EXTRA_SUBDIRS = \
        access_output \
        mux \
        stream_out
+
+SUBDIRS = $(BASE_SUBDIRS)
+DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
 if ENABLE_SOUT
 SUBDIRS += access_output mux stream_out
 endif
 
-DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS)
-
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST