From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- khtml/kmultipart/Makefile.am | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 khtml/kmultipart/Makefile.am (limited to 'khtml/kmultipart/Makefile.am') diff --git a/khtml/kmultipart/Makefile.am b/khtml/kmultipart/Makefile.am deleted file mode 100644 index b79df405d..000000000 --- a/khtml/kmultipart/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -INCLUDES = -I$(top_srcdir)/khtml -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/kutils $(all_includes) - -# These are not really libraries, but modules dynamically opened. -# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity -kde_module_LTLIBRARIES = libkmultipart.la - -libkmultipart_la_SOURCES = kmultipart.cpp -libkmultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) $(LIBZ) -libkmultipart_la_DEPENDENCIES = $(LIB_KPARTS) -libkmultipart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) - -# Automatically generate moc files -METASOURCES = AUTO - -# Install the .desktop file into the kde_services directory -kde_services_DATA = kmultipart.desktop - -- cgit v1.2.1