mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add vcproj files to EXTRA_DIST
This commit is contained in:
@@ -10,7 +10,8 @@ libgetopt_a_SOURCES = getopt.c getopt1.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
getopt_static.dsp
|
||||
getopt_static.dsp \
|
||||
getopt_static.vcproj
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
@@ -15,7 +15,8 @@ libgrabbag_la_SOURCES = \
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
grabbag_static.dsp
|
||||
grabbag_static.dsp \
|
||||
grabbag_static.vcproj
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
@@ -10,7 +10,8 @@ libreplaygain_analysis_la_SOURCES = replaygain_analysis.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
replaygain_analysis_static.dsp
|
||||
replaygain_analysis_static.dsp \
|
||||
replaygain_analysis_static.vcproj
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
@@ -12,7 +12,8 @@ libreplaygain_synthesis_la_SOURCES = replaygain_synthesis.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
replaygain_synthesis_static.dsp
|
||||
replaygain_synthesis_static.dsp \
|
||||
replaygain_synthesis_static.vcproj
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
@@ -14,7 +14,8 @@ EXTRA_DIST = \
|
||||
makemap.c \
|
||||
charset_test.c \
|
||||
charsetmap.h \
|
||||
utf8_static.dsp
|
||||
utf8_static.dsp \
|
||||
utf8_static.vcproj
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
||||
Reference in New Issue
Block a user