Commit 45b748e1 authored by Rafaël Carré's avatar Rafaël Carré

Rename modules/LIST

Fix build of files including <list> on case-insensitive filesystems
parent b6403311
......@@ -43,7 +43,7 @@ SUBDIRS += lua
endif
dist_noinst_SCRIPTS = genmf list.sh module.rc.in
dist_noinst_DATA = LIST
dist_noinst_DATA = MODULES_LIST
libvlc_pulse_la_SOURCES = vlcpulse.c vlcpulse.h
libvlc_pulse_la_CPPFLAGS = -DMODULE_STRING=\"pulse\"
......
......@@ -5,7 +5,7 @@ LANG=C
export LANG
TEMPFILE=/tmp/vlclist.tmp.$$
LISTFILE=LIST
LISTFILE=MODULES_LIST
rm -f $TEMPFILE
......
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