THRIFT-2602 fix missing dist files

- add automake 1.13 dependency to configure.ac and doc
- use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829)

Patch: Roger Meier
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 668af0a..5206db8 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -17,6 +17,8 @@
 # under the License.
 #
 
+AUTOMAKE_OPTIONS = subdir-objects
+
 moc_%.cpp: %.h
 	$(QT_MOC) $(QT_CFLAGS) $< -o $@