]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
l10n: Refresh all .po for -pre2
[vlc] / modules / Makefile.am
index d4ead52ccf3ef282232cc061d76da545c0827376..68df599b90fb230657b3260df846820002f623b1 100644 (file)
@@ -10,9 +10,12 @@ BASE_SUBDIRS = \
        gui \
        meta_engine \
        misc \
+       media_library \
+       notify \
        packetizer \
        services_discovery \
        stream_filter \
+       text_renderer \
        video_chroma \
        video_filter \
        video_output \
@@ -23,12 +26,15 @@ EXTRA_SUBDIRS = \
        stream_out \
        mmx \
        mmxext \
+       sse2 \
        3dnow \
        altivec \
+       arm_neon \
+       lua \
        $(NULL)
 
 SUBDIRS = $(BASE_SUBDIRS)
-DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
+DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) .
 if ENABLE_SOUT
 SUBDIRS += access_output mux stream_out
 endif
@@ -38,12 +44,22 @@ endif
 if HAVE_MMXEXT
 SUBDIRS += mmxext
 endif
+if HAVE_SSE2
+SUBDIRS += sse2
+endif
 if HAVE_3DNOW
 SUBDIRS += 3dnow
 endif
 if HAVE_ALTIVEC
 SUBDIRS += altivec
 endif
+if HAVE_NEON
+SUBDIRS += arm_neon
+endif
+if BUILD_LUA
+SUBDIRS += lua
+endif
+SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST