]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
l10n: Refresh all .po for -pre2
[vlc] / modules / Makefile.am
index b551eb56e83b02f277767d846a2de10822539f96..68df599b90fb230657b3260df846820002f623b1 100644 (file)
@@ -11,9 +11,11 @@ BASE_SUBDIRS = \
        meta_engine \
        misc \
        media_library \
+       notify \
        packetizer \
        services_discovery \
        stream_filter \
+       text_renderer \
        video_chroma \
        video_filter \
        video_output \
@@ -51,7 +53,7 @@ endif
 if HAVE_ALTIVEC
 SUBDIRS += altivec
 endif
-if HAVE_ARM_NEON
+if HAVE_NEON
 SUBDIRS += arm_neon
 endif
 if BUILD_LUA
@@ -61,20 +63,3 @@ SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST
-MOSTLYCLEANFILES = plugins.dat*
-
-.PHONY: stamp-cache
-
-stamp-cache:
-       $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
-               ../bin/vlc-cache-gen$(EXEEXT) . ; \
-       else \
-               echo "Cross-compilation: cache generation skipped!" ; \
-       fi
-
-install-exec-hook:
-       if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \
-               ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
-       else \
-               echo "Staged installation: cache generation skipped!" ; \
-       fi