autoconf/automake line noise for linux/osx builds


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664730 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/Makefile.am b/lib/cpp/src/concurrency/Makefile.am
new file mode 100644
index 0000000..c4d0829
--- /dev/null
+++ b/lib/cpp/src/concurrency/Makefile.am
@@ -0,0 +1,10 @@
+lib_LTLIBRARIES = libconcurrency.la
+
+# Define the source file for the module
+
+libconcurrency_la_SOURCES = Monitor.cc \
+			   PosixThreadFactory.cc \
+			   ThreadManager.cc \
+			   TimerManager.cc
+
+