summaryrefslogtreecommitdiffstats
path: root/qtmcop
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 /qtmcop
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 'qtmcop')
-rw-r--r--qtmcop/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/qtmcop/Makefile.am b/qtmcop/Makefile.am
deleted file mode 100644
index 74f638a..0000000
--- a/qtmcop/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-lib_LTLIBRARIES = libqtmcop.la
-
-INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop $(all_includes) $(QT_INCLUDES)
-KDE_OPTIONS = qtonly
-
-libqtmcop_la_SOURCES = qiomanager.cc
-libqtmcop_la_LIBADD = $(top_builddir)/mcop/libmcop.la $(LIB_QT)
-libqtmcop_la_LDFLAGS = -no-undefined -version-info 1:0 $(KDE_RPATH) \
- $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(USER_LDFLAGS) $(X_LDFLAGS) $(LDFLAGS_AS_NEEDED)
-
-METASOURCES = qiomanager_p.moc
-
-artsincludedir = $(includedir)/arts
-artsinclude_HEADERS = qiomanager.h