]> git.sesse.net Git - vlc/blobdiff - modules/Makefile.am
Qt: reinstate the small QSplitter on Mac for the playlist
[vlc] / modules / Makefile.am
index 52288cfed8a4adbfb0787f0de33759888ef73aef..ffba2ae4503bd267719d0c491fc5f456f757f265 100644 (file)
@@ -10,6 +10,7 @@ BASE_SUBDIRS = \
        gui \
        meta_engine \
        misc \
+       media_library \
        packetizer \
        services_discovery \
        stream_filter \
@@ -56,8 +57,7 @@ SUBDIRS += .
 
 dist_noinst_SCRIPTS = genmf list.sh
 dist_noinst_DATA = LIST
-noinst_DATA = stamp-cache
-MOSTLYCLEANFILES = stamp-cache plugins-*-*.dat
+MOSTLYCLEANFILES = plugins-*-*.dat
 
 .PHONY: stamp-cache
 
@@ -67,10 +67,9 @@ stamp-cache:
        else \
                echo "Cross-compilation: cache generation skipped!" ; \
        fi
-       $(AM_V_at)touch stamp-cache
 
 install-exec-hook:
-       if test -z "$(DESTDIR)"; then \
+       if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \
                ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
        else \
                echo "Staged installation: cache generation skipped!" ; \