summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/spellcatalog
diff options
context:
space:
mode:
Diffstat (limited to 'katapult/plugins/catalogs/spellcatalog')
-rw-r--r--katapult/plugins/catalogs/spellcatalog/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/katapult/plugins/catalogs/spellcatalog/Makefile.am b/katapult/plugins/catalogs/spellcatalog/Makefile.am
deleted file mode 100644
index 7dc8aba..0000000
--- a/katapult/plugins/catalogs/spellcatalog/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright (C) 2006 Jonathan Riddell
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(top_srcdir)/katapult/common $(all_includes)
-
-# header files
-noinst_HEADERS = actioncopyspelling.h spellcatalog.h spelling.h
-
-# use automoc
-METASOURCES = AUTO
-
-KDE_ICON = AUTO
-
-# our plugin
-kde_module_LTLIBRARIES = katapult_spellcatalog.la
-katapult_spellcatalog_la_SOURCES = settings.ui spellcatalog.cpp spelling.cpp actioncopyspelling.cpp
-katapult_spellcatalog_la_LDFLAGS = -module $(KDE_RPATH) $(KDE_PLUGIN) $(all_libraries)
-katapult_spellcatalog_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(top_builddir)/katapult/common/libkatapult.la
-kde_services_DATA = katapult_spellcatalog.desktop