summaryrefslogtreecommitdiffstats
path: root/src/threads
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-02 20:46:46 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-02 20:46:46 +0200
commitbf8bdac13a2d399ddded91de4bfb05e8dad0a0c8 (patch)
tree1d423ae1de8622bd430d4a1f86030b971f8fa228 /src/threads
parent51b5c517de53e867c0bcadba1d9736f73e264b1b (diff)
downloadtwinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.gz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.lz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.xz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.zip
Removed old build system
twinkle.desktop is now installed
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