summaryrefslogtreecommitdiffstats
path: root/x11
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 /x11
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 'x11')
-rw-r--r--x11/Makefile.am29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/Makefile.am b/x11/Makefile.am
deleted file mode 100644
index 3a86768..0000000
--- a/x11/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-if include_x11
-
-INCLUDES = -I$(top_srcdir)/mcop -I$(top_builddir)/mcop $(all_includes)
-
-lib_LTLIBRARIES = libx11globalcomm.la
-
-libx11globalcomm_la_SOURCES = x11globalcomm.cc x11globalcomm_impl.cc
-libx11globalcomm_la_LIBADD = $(top_builddir)/mcop/libmcop.la $(LIB_X11)
-libx11globalcomm_la_LDFLAGS = -no-undefined -module -version-info 1:0 $(X_LDFLAGS) $(all_libraries)
-
-DISTCLEANFILES = x11globalcomm.cc x11globalcomm.h \
- x11globalcomm.mcoptype x11globalcomm.mcopclass
-
-x11globalcomm.cc x11globalcomm.h: $(srcdir)/x11globalcomm.idl $(MCOPIDL)
- $(MCOPIDL) -t $(INCLUDES) $(srcdir)/x11globalcomm.idl
-
-x11globalcomm_impl.lo: x11globalcomm.h
-x11globalcomm.mcoptype: x11globalcomm.h
-x11globalcomm.mcopclass: x11globalcomm.h
-
-mcopclassdir = $(libdir)/mcop/Arts
-mcopclass_DATA = X11GlobalComm.mcopclass
-
-######## install idl typeinfo files
-
-mcoptypedir = $(libdir)/mcop
-mcoptype_DATA = x11globalcomm.mcoptype x11globalcomm.mcopclass
-
-endif