Browse Source

Udpate in-tree plugins cache path

pull/2/head
Rémi Denis-Courmont 15 years ago
parent
commit
03718ff86c
  1. 2
      .gitignore
  2. 2
      modules/Makefile.am

2
.gitignore

@ -40,7 +40,7 @@ mvlc
nvlc
wxvlc
vlc_install_dir/*
plugins-*.dat
plugins.dat
patches/*
# Ignore CMake Stuff

2
modules/Makefile.am

@ -61,7 +61,7 @@ SUBDIRS += .
dist_noinst_SCRIPTS = genmf list.sh
dist_noinst_DATA = LIST
MOSTLYCLEANFILES = plugins-*-*.dat
MOSTLYCLEANFILES = plugins.dat*
.PHONY: stamp-cache

Loading…
Cancel
Save