summaryrefslogtreecommitdiffstats
path: root/mcop_mt
diff options
context:
space:
mode:
Diffstat (limited to 'mcop_mt')
-rw-r--r--mcop_mt/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcop_mt/Makefile.am b/mcop_mt/Makefile.am
deleted file mode 100644
index 70cce62..0000000
--- a/mcop_mt/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop -I$(top_srcdir)/flow -I$(top_builddir)/flow $(all_includes)
-
-lib_LTLIBRARIES = libmcop_mt.la
-
-libmcop_mt_la_SOURCES = threads_posix.cc
-libmcop_mt_la_LIBADD = $(top_builddir)/mcop/libmcop.la \
- $(top_builddir)/flow/libartsflow.la $(LIBPTHREAD) \
- $(LIBPOSIX4) $(LIBSEM)
-libmcop_mt_la_LDFLAGS = -no-undefined -version-info 1:0 $(USE_THREADS) $(all_libraries)