]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
lua http: make string easier to translate
[vlc] / modules / Makefile.am
index 3e8549b3f622279bff3d2cc9307fbf9d5f507c76..31c6d837172e5689fed8a2397c02fa655fbdc0aa 100644 (file)
@@ -10,7 +10,7 @@ BASE_SUBDIRS = \
        gui \
        meta_engine \
        misc \
-       media_library \
+       notify \
        packetizer \
        services_discovery \
        stream_filter \
@@ -24,9 +24,7 @@ EXTRA_SUBDIRS = \
        mux \
        stream_out \
        mmx \
-       mmxext \
        sse2 \
-       3dnow \
        altivec \
        arm_neon \
        lua \
@@ -40,15 +38,9 @@ endif
 if HAVE_MMX
 SUBDIRS += mmx
 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
@@ -62,22 +54,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 \
-               LD_LIBRARY_PATH="$(libdir)" \
-               "$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
-                        "$(vlclibdir)/plugins" ; \
-       else \
-               echo "Staged installation: cache generation skipped!" ; \
-       fi