From deb7c8cc85d6101422ad72d4e67522c60d6948e1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 16 Oct 2011 21:33:14 +0000 Subject: 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 --- x11/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 x11/Makefile.am (limited to 'x11/Makefile.am') 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 -- cgit v1.2.1