Commit faa48255 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Update build rules for the plugins cache in build tree

parent c0c8d4e2
......@@ -63,11 +63,13 @@ SUBDIRS += .
dist_noinst_SCRIPTS = genmf list.sh
dist_noinst_DATA = LIST
MOSTLYCLEANFILES = plugins.dat*
noinst_DATA = plugins.dat
MOSTLYCLEANFILES = $(noinst_DATA)
.PHONY: stamp-cache
.PHONY: plugins.dat
stamp-cache:
plugins.dat:
$(AM_V_at)rm -f plugins.dat
$(AM_V_GEN)if test "$(build)" = "$(host)"; then \
../bin/vlc-cache-gen$(EXEEXT) . ; \
else \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment