From 609f817af52afd7fc7e83989bc1e63bb99abc160 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 28 Jan 2013 10:22:20 -0600 Subject: Fix up remaining references to -lkio --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index bb48a2e..75d79e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_autostart.la kcm_autostart_la_SOURCES = autostart.cpp -kcm_autostart_la_LIBADD = -lkio $(LIB_TDEUI) +kcm_autostart_la_LIBADD = -ltdeio $(LIB_TDEUI) kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) -- cgit v1.2.1