diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-07-11 04:13:09 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-07-11 04:13:09 +0000 |
commit | 4fb6132d139dfc613682f751b1dcb19069082c93 (patch) | |
tree | 6fea1bb7f5ffaed5d8ec628a59eca8c92174eab6 /src/test_streams | |
parent | dea98d5959fa23f8454417f54ebb90eae26c7e6b (diff) | |
download | flac-4fb6132d139dfc613682f751b1dcb19069082c93.tar.gz |
add vcproj files to EXTRA_DIST
Diffstat (limited to 'src/test_streams')
-rw-r--r-- | src/test_streams/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test_streams/Makefile.am b/src/test_streams/Makefile.am index 6068e61d..d0cd57ae 100644 --- a/src/test_streams/Makefile.am +++ b/src/test_streams/Makefile.am @@ -17,7 +17,8 @@ EXTRA_DIST = \ Makefile.lite \ - test_streams.dsp + test_streams.dsp \ + test_streams.vcproj noinst_PROGRAMS = test_streams test_streams_SOURCES = \ |