Make sure lite MSVC projects get into dist.
diff --git a/Makefile.am b/Makefile.am
index d2f9034..ff3835c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,11 +46,13 @@
   vsprojects/config.h                                                        \
   vsprojects/extract_includes.bat                                            \
   vsprojects/libprotobuf.vcproj                                              \
+  vsprojects/libprotobuf-lite.vcproj                                         \
   vsprojects/libprotoc.vcproj                                                \
   vsprojects/protobuf.sln                                                    \
   vsprojects/protoc.vcproj                                                   \
   vsprojects/readme.txt                                                      \
   vsprojects/tests.vcproj                                                    \
+  vsprojects/lite-test.vcproj                                                \
   vsprojects/convert2008to2005.sh                                            \
   examples/README.txt                                                        \
   examples/Makefile                                                          \