You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
17 lines
412 B
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
|
|
|