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.
|
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kcm_accessibility.la
|
|
|
|
|
|
|
|
kcm_accessibility_la_SOURCES = accessibility.cpp accessibilityconfigwidget.ui
|
|
|
|
kcm_accessibility_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
kcm_accessibility_la_LIBADD = $(LIB_TDEIO)
|
|
|
|
|
|
|
|
noinst_HEADERS = accessibility.h
|
|
|
|
|
|
|
|
xdg_apps_DATA = accessibility.desktop
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmaccessibility.pot
|