add vcproj files to EXTRA_DIST

This commit is contained in:
Josh Coalson
2007-07-11 04:13:09 +00:00
parent dea98d5959
commit 4fb6132d13
20 changed files with 37 additions and 15 deletions

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