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.
16 lines
445 B
16 lines
445 B
15 years ago
|
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_KIO)
|
||
|
|
||
|
noinst_HEADERS = accessibility.h
|
||
|
|
||
|
xdg_apps_DATA = accessibility.desktop
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/kcmaccessibility.pot
|