add vcproj files to EXTRA_DIST
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 11 Jul 2007 04:13:09 +0000 (04:13 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 11 Jul 2007 04:13:09 +0000 (04:13 +0000)
20 files changed:
src/flac/Makefile.am
src/libFLAC++/Makefile.am
src/libFLAC/Makefile.am
src/metaflac/Makefile.am
src/monkeys_audio_utilities/flac_mac/Makefile.am
src/monkeys_audio_utilities/flac_ren/Makefile.am
src/plugin_common/Makefile.am
src/plugin_winamp2/Makefile.am
src/share/getopt/Makefile.am
src/share/grabbag/Makefile.am
src/share/replaygain_analysis/Makefile.am
src/share/replaygain_synthesis/Makefile.am
src/share/utf8/Makefile.am
src/test_grabbag/cuesheet/Makefile.am
src/test_grabbag/picture/Makefile.am
src/test_libFLAC++/Makefile.am
src/test_libFLAC/Makefile.am
src/test_libs_common/Makefile.am
src/test_seeking/Makefile.am
src/test_streams/Makefile.am

index 1edc550..94669e2 100644 (file)
@@ -21,7 +21,8 @@ AM_CFLAGS = @OGG_CFLAGS@
 
 EXTRA_DIST = \
        Makefile.lite \
-       flac.dsp
+       flac.dsp \
+       flac.vcproj
 
 flac_SOURCES = \
        analyze.c \
index 01642fe..2f63c04 100644 (file)
@@ -40,7 +40,9 @@ EXTRA_DIST = \
        Makefile.lite \
        flac++.pc.in \
        libFLAC++_dynamic.dsp \
+       libFLAC++_dynamic.vcproj \
        libFLAC++_static.dsp \
+       libFLAC++_static.vcproj \
        libFLAC++.m4
 
 # see 'http://www.gnu.org/software/libtool/manual.html#Libtool-versioning' for numbering convention
index d26dffa..62b25bb 100644 (file)
@@ -83,7 +83,9 @@ EXTRA_DIST = \
        Makefile.lite \
        flac.pc.in \
        libFLAC_dynamic.dsp \
+       libFLAC_dynamic.vcproj \
        libFLAC_static.dsp \
+       libFLAC_static.vcproj \
        libFLAC.m4
 
 if FLaC__HAS_OGG
index 2f8345e..31e5c60 100644 (file)
@@ -21,7 +21,8 @@ AM_CFLAGS = @OGG_CFLAGS@
 
 EXTRA_DIST = \
        Makefile.lite \
-       metaflac.dsp
+       metaflac.dsp \
+       metaflac.vcproj
 
 metaflac_SOURCES = \
        main.c \
index 2e52c91..fef6138 100644 (file)
@@ -17,4 +17,5 @@
 
 EXTRA_DIST = \
        flac_mac.dsp \
+       flac_mac.vcproj \
        main.c
index c90611a..ddb7d2f 100644 (file)
@@ -17,4 +17,5 @@
 
 EXTRA_DIST = \
        flac_ren.dsp \
+       flac_ren.vcproj \
        main.c
index 0fe453a..e2915a7 100644 (file)
@@ -38,7 +38,8 @@ libplugin_common_la_SOURCES = \
 EXTRA_DIST = \
        Makefile.lite \
        README \
-       plugin_common_static.dsp
+       plugin_common_static.dsp \
+       plugin_common_static.vcproj
 
 debug:
        $(MAKE) all CFLAGS="@DEBUG@"
index 7077e81..401d4d5 100644 (file)
@@ -22,6 +22,7 @@ EXTRA_DIST = \
        configure.c \
        in_flac.c \
        in_flac.dsp \
+       in_flac.vcproj \
        infobox.c \
        infobox.h \
        playback.c \
index 998ef49..f40464e 100644 (file)
@@ -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@"
index f7b31c1..879b155 100644 (file)
@@ -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@"
index a7ad915..de841aa 100644 (file)
@@ -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@"
index f94d672..4ea9e8a 100644 (file)
@@ -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@"
index 6217db3..28b0c94 100644 (file)
@@ -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@"
index 7d5caf1..2250d22 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_cuesheet.dsp
+       test_cuesheet.dsp \
+       test_cuesheet.vcproj
 
 noinst_PROGRAMS = test_cuesheet
 test_cuesheet_SOURCES = \
index a57c85d..12817d0 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_picture.dsp
+       test_picture.dsp \
+       test_picture.vcproj
 
 noinst_PROGRAMS = test_picture
 test_picture_SOURCES = \
index 0865295..fcc33af 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_libFLAC++.dsp
+       test_libFLAC++.dsp \
+       test_libFLAC++.vcproj
 
 noinst_PROGRAMS = test_libFLAC++
 test_libFLAC___LDADD = \
index 4258c77..07a0d45 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_libFLAC.dsp
+       test_libFLAC.dsp \
+       test_libFLAC.vcproj
 
 INCLUDES = -I$(top_srcdir)/src/libFLAC/include
 
index 2a31dbc..f363f8b 100644 (file)
@@ -26,4 +26,5 @@ libtest_libs_common_la_SOURCES = \
 EXTRA_DIST = \
        Makefile.lite \
        README \
-       test_libs_common_static.dsp
+       test_libs_common_static.dsp \
+       test_libs_common_static.vcproj
index 519b154..335bddc 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_seeking.dsp
+       test_seeking.dsp \
+       test_seeking.vcproj
 
 AM_CFLAGS = @OGG_CFLAGS@
 
index 6068e61..d0cd57a 100644 (file)
@@ -17,7 +17,8 @@
 
 EXTRA_DIST = \
        Makefile.lite \
-       test_streams.dsp
+       test_streams.dsp \
+       test_streams.vcproj
 
 noinst_PROGRAMS = test_streams
 test_streams_SOURCES = \