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.
23 lines
740 B
23 lines
740 B
kde_module_LTLIBRARIES = kcm_keys.la
|
|
|
|
kcm_keys_la_SOURCES = shortcuts.cpp modifiers.cpp main.cpp khotkeys.cpp treeview.cpp commandShortcuts.cpp
|
|
kcm_keys_la_LIBADD = -ltdeui -lkio
|
|
kcm_keys_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
|
|
AM_CPPFLAGS= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages:
|
|
customkeys=`grep "^.include .\.\." keyconfig.cpp | sed -e "s#.*\"\(.*\)\"#\1#"` ;\
|
|
$(XGETTEXT) $(kcm_keys_la_SOURCES) $$customkeys -o $(podir)/kcmkeys.pot
|
|
|
|
update_DATA = kaccel.upd
|
|
update_SCRIPTS = convertShortcuts.pl
|
|
updatedir = $(kde_datadir)/kconf_update
|
|
|
|
xdg_apps_DATA = keys.desktop
|
|
|
|
scheme_DATA = wm3.kksrc trinity.kksrc kde4.kksrc win3.kksrc win4.kksrc mac4.kksrc unix3.kksrc
|
|
schemedir = $(kde_datadir)/kcmkeys
|