diff options
Diffstat (limited to 'khotkeys/kcontrol/Makefile.am')
-rw-r--r-- | khotkeys/kcontrol/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/kcontrol/Makefile.am b/khotkeys/kcontrol/Makefile.am index 81e691669..7eb3f2f6d 100644 --- a/khotkeys/kcontrol/Makefile.am +++ b/khotkeys/kcontrol/Makefile.am @@ -12,12 +12,12 @@ kcm_khotkeys_la_SOURCES = \ windowselector.cpp gestures_settings_tab.cpp general_settings_tab.cpp \ voicerecorder.cpp voicerecordpage.cpp voice_settings_tab.cpp -kcm_khotkeys_la_LIBADD = ui/libui.la $(LIB_KDEUI) $(LIB_ARTS) +kcm_khotkeys_la_LIBADD = ui/libui.la $(LIB_TDEUI) $(LIB_ARTS) kcm_khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined kcm_khotkeys_init_la_SOURCES = init.cpp -kcm_khotkeys_init_la_LIBADD = $(LIB_KDECORE) +kcm_khotkeys_init_la_LIBADD = $(LIB_TDECORE) kcm_khotkeys_init_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined noinst_HEADERS = menuedit.h window_trigger_widget.h \ |