X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2FMakefile.am;h=68df599b90fb230657b3260df846820002f623b1;hb=f4cb0e4c64540ca67a02f02c5cce0249d78491c0;hp=5b4aec4d55de5c8e71c150217719a43c58d56d2d;hpb=0e9b69fd2f136d1b24daab414a1c3fc3b65a428f;p=vlc diff --git a/modules/Makefile.am b/modules/Makefile.am index 5b4aec4d55..68df599b90 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -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 \ @@ -27,6 +30,7 @@ EXTRA_SUBDIRS = \ 3dnow \ altivec \ arm_neon \ + lua \ $(NULL) SUBDIRS = $(BASE_SUBDIRS) @@ -49,29 +53,13 @@ endif if HAVE_ALTIVEC SUBDIRS += altivec endif -if HAVE_ARM_NEON +if HAVE_NEON SUBDIRS += arm_neon endif +if BUILD_LUA +SUBDIRS += lua +endif SUBDIRS += . dist_noinst_SCRIPTS = genmf list.sh dist_noinst_DATA = LIST -noinst_DATA = stamp-cache -MOSTLYCLEANFILES = stamp-cache 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 - $(AM_V_at)touch stamp-cache - -install-exec-hook: - if test -z "$(DESTDIR)"; then \ - ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)" ; \ - else \ - echo "Staged installation: cache generation skipped!" ; \ - fi