mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Makefile.ams: Add MSVS project files to EXTRA_DIST.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -25,12 +25,20 @@ EXTRA_DIST = \
|
||||
README \
|
||||
getopt/Makefile.lite \
|
||||
getopt/getopt_static.vcproj \
|
||||
getopt/getopt_static.vcxproj \
|
||||
getopt/getopt_static.vcxproj.filters \
|
||||
grabbag/Makefile.lite \
|
||||
grabbag/grabbag_static.vcproj \
|
||||
grabbag/grabbag_static.vcxproj \
|
||||
grabbag/grabbag_static.vcxproj.filters \
|
||||
replaygain_analysis/Makefile.lite \
|
||||
replaygain_analysis/replaygain_analysis_static.vcproj \
|
||||
replaygain_analysis/replaygain_analysis_static.vcxproj \
|
||||
replaygain_analysis/replaygain_analysis_static.vcxproj.filters \
|
||||
replaygain_synthesis/Makefile.lite \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcproj \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcxproj \
|
||||
replaygain_synthesis/replaygain_synthesis_static.vcxproj.filters \
|
||||
utf8/Makefile.lite \
|
||||
utf8/charmaps.h \
|
||||
utf8/makemap.c \
|
||||
@@ -38,7 +46,11 @@ EXTRA_DIST = \
|
||||
utf8/charsetmap.h \
|
||||
utf8/iconvert.h \
|
||||
utf8/utf8_static.vcproj \
|
||||
win_utf8_io/win_utf8_io_static.vcproj
|
||||
utf8/utf8_static.vcxproj \
|
||||
utf8/utf8_static.vcxproj.filters \
|
||||
win_utf8_io/win_utf8_io_static.vcproj \
|
||||
win_utf8_io/win_utf8_io_static.vcxproj \
|
||||
win_utf8_io/win_utf8_io_static.vcxproj.filters
|
||||
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
|
||||
@@ -28,7 +28,9 @@ EXTRA_DIST = \
|
||||
charset_test.c \
|
||||
charsetmap.h \
|
||||
iconvert.h \
|
||||
utf8_static.vcproj
|
||||
utf8_static.vcproj \
|
||||
utf8_static.vcxproj \
|
||||
utf8_static.vcxproj.filters
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
Reference in New Issue
Block a user