THRIFT-3940 Visual Studio project file for compiler is broken
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index 9d830d7..caf9424 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -71,9 +71,7 @@
src/thrift/parse/parse.cc \
src/thrift/generate/t_generator.h \
src/thrift/generate/t_oop_generator.h \
- src/thrift/generate/t_html_generator.h \
- src/thrift/windows/config.h \
- src/thrift/windows/version.h
+ src/thrift/generate/t_html_generator.h
thrift_SOURCES = src/thrift/main.h \
src/thrift/main.cc \
@@ -181,8 +179,7 @@
src/thrift/plugin/plugin_output.h
include_windowsdir = $(include_thriftdir)/windows
-include_windows_HEADERS = src/thrift/windows/version.h \
- src/thrift/windows/config.h
+include_windows_HEADERS = src/thrift/windows/config.h
endif
WINDOWS_DIST = \
@@ -197,7 +194,7 @@
$(WINDOWS_DIST)
clean-local:
- $(RM) version.h windows/version.h $(plugin_gen)
+ $(RM) version.h $(plugin_gen)
src/thrift/main.cc: src/thrift/version.h