mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
committed by
Erik de Castro Lopo
parent
3b41451197
commit
83e4d70a05
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user