summaryrefslogtreecommitdiffstats
path: root/src/threads
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads')
-rw-r--r--src/threads/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/threads/Makefile.am b/src/threads/Makefile.am
deleted file mode 100644
index 221bddf..0000000
--- a/src/threads/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-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