diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:25:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:25:15 -0600 |
commit | ca26eb5709d1fd76f263b2c82adfc8bcaafd9086 (patch) | |
tree | f9064ac4586aa9dfb09737de10b7f2b6d253e7a5 /interfaces | |
parent | 28851536bfb65b4f8f82b0df5f88a083178ecb29 (diff) | |
download | tdelibs-ca26eb5709d1fd76f263b2c82adfc8bcaafd9086.tar.gz tdelibs-ca26eb5709d1fd76f263b2c82adfc8bcaafd9086.zip |
Fix up remaining references to -lkio
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/terminal/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |