From d70ce47c224b328c429a5f2406e5e793b009541d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:44 -0600 Subject: Additional kde to tde renaming --- kode/kwsdl/creator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kode/kwsdl/creator.cpp') diff --git a/kode/kwsdl/creator.cpp b/kode/kwsdl/creator.cpp index 4c108693a..0f16a5eec 100644 --- a/kode/kwsdl/creator.cpp +++ b/kode/kwsdl/creator.cpp @@ -60,7 +60,7 @@ void Creator::create( const KODE::Class::List &list ) KODE::AutoMakefile::Target libTarget( "bin_PROGRAMS", "kwsdl" ); libTarget.setSources( "main.cc " + cppFiles.join( " " ) ); libTarget.setLdFlags( "$(all_libraries) $(KDE_RPATH)" ); - libTarget.setLdAdd( "-lkdecore -lkio" ); + libTarget.setLdAdd( "-ltdecore -lkio" ); KODE::AutoMakefile makefile; makefile.addTarget( libTarget ); -- cgit v1.2.1