summaryrefslogtreecommitdiffstats
path: root/kword/mailmerge/kabc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kword/mailmerge/kabc/Makefile.am')
-rw-r--r--kword/mailmerge/kabc/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/kword/mailmerge/kabc/Makefile.am b/kword/mailmerge/kabc/Makefile.am
deleted file mode 100644
index 98231fed..00000000
--- a/kword/mailmerge/kabc/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-KDE_CXXFLAGS = $(USE_RTTI)
-INCLUDES = $(KOFFICE_INCLUDES) -I$(top_srcdir)/lib/kformula \
- $(KOTEXT_INCLUDES) -I$(top_srcdir)/kword $(all_includes)
-
-kde_module_LTLIBRARIES = kwmailmerge_kabc.la
-
-## Plugin encapsulating the QT SQL database interface
-kwmailmerge_kabc_la_SOURCES = KWMailMergeTDEABC.cpp KWMailMergeTDEABCConfig.cpp addresspicker.ui
-kwmailmerge_kabc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts
-kwmailmerge_kabc_la_LIBADD = $(KOFFICE_LIBS) ../../libkwmailmerge_interface.la $(LIB_TDEUI) $(LIB_TDEABC)
-
-METASOURCES = AUTO
-
-services_DATA=kwmailmerge_kabc.desktop
-servicesdir=$(kde_servicesdir)
-