Makefile.ams: Add MSVS project files to EXTRA_DIST.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-07-09 19:02:35 +10:00
parent 1988855b82
commit 31948291a2
21 changed files with 73 additions and 16 deletions

View File

@@ -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 = \

View File

@@ -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@"