summaryrefslogtreecommitdiffstats
path: root/kcontrol/spellchecking/Makefile.am
blob: e4740eb8e2192c421735f5cbd6eab93cd25a8d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kde_module_LTLIBRARIES = kcm_spellchecking.la

kcm_spellchecking_la_SOURCES = spellchecking.cpp

kcm_spellchecking_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_spellchecking_la_LIBADD = -lkdeui

AM_CPPFLAGS= $(all_includes)

METASOURCES = spellchecking.moc

messages:
	$(XGETTEXT) $(kcm_spellchecking_la_SOURCES) -o $(podir)/kcmspellchecking.pot

xdg_apps_DATA = spellchecking.desktop