Skip to content

Commit

Permalink
Fix make install when configured with --disable-vlc
Browse files Browse the repository at this point in the history
vlc-cache-gen isn't build, so it fails to execute, making the install
rule fail.
  • Loading branch information
chouquette committed Jul 26, 2016
1 parent a7ade9f commit 27bcdc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ endif
TESTS = test/run_vlc.sh
dist_noinst_SCRIPTS += test/run_vlc.sh

if BUILD_VLC
###############################################################################
# Installing plugins cache
###############################################################################
Expand All @@ -987,6 +988,7 @@ install-exec-hook:
else \
echo "Cross-compilation: cache generation skipped!" ; \
fi
endif

uninstall-hook:
rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
Expand Down

0 comments on commit 27bcdc6

Please sign in to comment.