From ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 28 Jan 2013 10:25:15 -0600 Subject: Fix up remaining references to -lkio --- interfaces/terminal/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces') diff --git a/interfaces/terminal/test/Makefile.am b/interfaces/terminal/test/Makefile.am index 1c62aaced..7570f6d2b 100644 --- a/interfaces/terminal/test/Makefile.am +++ b/interfaces/terminal/test/Makefile.am @@ -1,6 +1,6 @@ INCLUDES=$(all_includes) check_PROGRAMS=test test_SOURCES=main.cc -test_LDADD=$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lkio +test_LDADD=$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdeio test_LDFLAGS=$(all_libraries) METASOURCES=AUTO -- cgit v1.2.1