diff options
Diffstat (limited to 'ksplashml/kcmksplash')
-rw-r--r-- | ksplashml/kcmksplash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/kcmksplash/Makefile.am b/ksplashml/kcmksplash/Makefile.am index 478ed7753..47c269a92 100644 --- a/ksplashml/kcmksplash/Makefile.am +++ b/ksplashml/kcmksplash/Makefile.am @@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = kcm_ksplashthemes.la kcm_ksplashthemes_la_SOURCES = installer.cpp main.cpp noinst_HEADERS = installer.h -kcm_ksplashthemes_la_LIBADD = $(LIB_KIO) +kcm_ksplashthemes_la_LIBADD = $(LIB_TDEIO) kcm_ksplashthemes_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module xdg_apps_DATA = ksplashthememgr.desktop |