diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
commit | deb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch) | |
tree | 7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /mcop | |
parent | c21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff) | |
download | arts-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')
-rw-r--r-- | mcop/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/mcop/Makefile.am b/mcop/Makefile.am deleted file mode 100644 index 72fc23b..0000000 --- a/mcop/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ - -AM_CPPFLAGS = -DEXTENSION_DIR='"$(libdir)"' -DTRADER_DIR='"$(libdir)/mcop"' -## -lib_LTLIBRARIES = libmcop.la -# -# Programs to compile, Manpages to install and Versions -# -INCLUDES = -I$(top_srcdir)/libltdl $(all_includes) -libmcop_la_SOURCES = buffer.cc connection.cc core.cc debug.cc dispatcher.cc \ - iomanager.cc object.cc socketconnection.cc tcpconnection.cc \ - unixconnection.cc tcpserver.cc unixserver.cc objectmanager.cc \ - factory.cc idlfilereg.cc ifacerepo_impl.cc mcoputils.cc \ - startupmanager.cc md5.c md5auth.cc referenceclean.cc datapacket.cc \ - asyncstream.cc notification.cc flowsystem.cc extensionloader.cc \ - tmpglobalcomm.cc mcopconfig.cc connect.cc reference.cc type.cc \ - trader_impl.cc dynamicrequest.cc anyref.cc loopback.cc \ - delayedreturn.cc thread.cc dynamicskeleton.cc - -libmcop_la_LIBADD = $(LIBSOCKET) $(GLIB_LIBADD) $(top_builddir)/libltdl/libltdlc.la -libmcop_la_LDFLAGS = -no-undefined -version-info 1:0 $(GLIB_LDFLAGS) $(all_libraries) - -artsincludedir = $(includedir)/arts -artsinclude_HEADERS = arts_export.h buffer.h common.h connection.h core.h dispatcher.h \ - factory.h flowsystem.h idlfilereg.h ifacerepo_impl.h iomanager.h \ - mcoputils.h object.h objectmanager.h pool.h socketconnection.h \ - startupmanager.h tcpconnection.h tcpserver.h type.h unixconnection.h \ - unixserver.h referenceclean.h datapacket.h asyncstream.h notification.h \ - extensionloader.h mcopconfig.h connect.h reference.h weakreference.h \ - dynamicrequest.h anyref.h debug.h delayedreturn.h dynamicskeleton.h thread.h \ - core.idl - -core: $(srcdir)/core.idl $(MCOPIDL) - $(MCOPIDL) -e Arts::Object -I$(srcdir) $(srcdir)/core.idl |