Use the correct project filenames for flactimer.

'make dist' was failing because src/utils/flactime/Makefile.am listed
'flactime' instead of 'flactimer' as the base name of the MSVC project
files. Since the files uses the 'flactimer' name internally, I updated
the Makefile rather than the filenames.
This commit is contained in:
Ralph Giles
2012-02-01 11:16:10 -08:00
committed by Erik de Castro Lopo
parent 3b41451197
commit 83e4d70a05

View File

@@ -16,6 +16,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
EXTRA_DIST = \
flactime.dsp \
flactime.vcproj \
flactimer.dsp \
flactimer.vcproj \
main.cpp