summaryrefslogtreecommitdiffstats
path: root/tdeunittest/example/simple/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-09-03 20:03:01 +0200
committerSlávek Banko <[email protected]>2013-09-03 21:02:21 +0200
commit5cc26ceed345bb95cb1defab204b631cb79319de (patch)
tree9c80b1750fe99cb93f51a1724a6f32daa53f30fe /tdeunittest/example/simple/Makefile.am
parent412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff)
downloadtdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz
tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeunittest/example/simple/Makefile.am')
-rw-r--r--tdeunittest/example/simple/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeunittest/example/simple/Makefile.am b/tdeunittest/example/simple/Makefile.am
index 0ee63452..162741eb 100644
--- a/tdeunittest/example/simple/Makefile.am
+++ b/tdeunittest/example/simple/Makefile.am
@@ -4,11 +4,11 @@ METASOURCES = AUTO
check_PROGRAMS = sampletests sampletestsgui
sampletests_SOURCES = main.cpp sampletest.cpp
-sampletests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+sampletests_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
sampletests_LDADD = -ltdeunittest
sampletestsgui_SOURCES = maingui.cpp sampletest.cpp
-sampletestsgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+sampletestsgui_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# Normally you would write -ltdeunittestgui here, but since the examples
# are bundled with the library source code itself we don't want to
# have you install the libraries before you can compile the examples.