# 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