From 39b07dc9a191eb2def40bbd7adaba3f64be98de0 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 9 Feb 2012 14:10:27 +0900 Subject: [PATCH] Fix the missing vc project files. How... embarrassing. And all due to one little backslash. --- vc2005/Makefile.am | 2 +- vc2008/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vc2005/Makefile.am b/vc2005/Makefile.am index d130f0cb3..7f616ef19 100644 --- a/vc2005/Makefile.am +++ b/vc2005/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS= foreign -EXTRA_DIST = +EXTRA_DIST = \ Makefile.am QuakeForge-VS8-Express.sln QuakeForge-VS8.sln \ bsp2img/bsp2img.vcproj builtins/builtins.vcproj clean.ps1 \ common/common.vcproj console/console.vcproj \ diff --git a/vc2008/Makefile.am b/vc2008/Makefile.am index 0101f105a..04c53f194 100644 --- a/vc2008/Makefile.am +++ b/vc2008/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS= foreign -EXTRA_DIST = +EXTRA_DIST = \ Makefile.am QuakeForge.sln bsp2img/bsp2img.vcproj \ builtins/builtins.vcproj clean.ps1 common/common.vcproj \ console/console.vcproj console_client/console_client.vcproj \