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 | |
parent | 28851536bfb65b4f8f82b0df5f88a083178ecb29 (diff) | |
download | tdelibs-ca26eb5709d1fd76f263b2c82adfc8bcaafd9086.tar.gz tdelibs-ca26eb5709d1fd76f263b2c82adfc8bcaafd9086.zip |
Fix up remaining references to -lkio
m--------- | admin | 0 | ||||
-rw-r--r-- | interfaces/terminal/test/Makefile.am | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/admin b/admin -Subproject b6d5b675493a44e3e789cc914da0d18914d2bb3 +Subproject b2340915fde2845f481d9aad9e5e89820fbfedc 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 |