summaryrefslogtreecommitdiffstats
path: root/mcop_mt
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-16 21:33:14 +0000
commitdeb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch)
tree7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /mcop_mt
parentc21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff)
downloadarts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.tar.gz
arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.zip
Rempve obsolete and broken autotools files from arts
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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)