diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:44 -0600 |
commit | d70ce47c224b328c429a5f2406e5e793b009541d (patch) | |
tree | cef1f2b51b5429229c2c5fad2436b60dddbcf6cc /kode/kwsdl/creator.cpp | |
parent | 480ccc4ed6441c8e663dc62be689c19499d806ea (diff) | |
download | tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.tar.gz tdepim-d70ce47c224b328c429a5f2406e5e793b009541d.zip |
Additional kde to tde renaming
Diffstat (limited to 'kode/kwsdl/creator.cpp')
-rw-r--r-- | kode/kwsdl/creator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |