From e2bc6f4153813cc570ae814c8ddb74628009b488 Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Mon, 13 Apr 2015 09:21:39 +0200 Subject: initial checkin Check in contents of upstream 1.4.2 tarball, exclude generated files. --- src/threads/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/threads/Makefile.am (limited to 'src/threads/Makefile.am') diff --git a/src/threads/Makefile.am b/src/threads/Makefile.am new file mode 100644 index 0000000..221bddf --- /dev/null +++ b/src/threads/Makefile.am @@ -0,0 +1,11 @@ +AM_CPPFLAGS = -Wall -I$(top_srcdir)/src + +noinst_LIBRARIES = libthread.a + +libthread_a_SOURCES =\ + thread.cpp\ + mutex.cpp\ + sema.cpp\ + thread.h\ + mutex.h\ + sema.h -- cgit v1.2.3