blob: 41c9a17f2fdbc73ed73ee422b35bd5a8b6b47c06 (
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 = -ltdeui
AM_CPPFLAGS= $(all_includes)
METASOURCES = spellchecking.moc
messages:
$(XGETTEXT) $(kcm_spellchecking_la_SOURCES) -o $(podir)/kcmspellchecking.pot
xdg_apps_DATA = spellchecking.desktop
|