diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:29:32 -0600 |
commit | 8d7027ce9506c909253e88496b410e54c3973082 (patch) | |
tree | 7174da6d8b5297f1a658ab6d2dac0501c8944f74 /dcopperl/Makefile.PL | |
parent | 53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff) | |
download | tdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip |
Additional kde to tde renaming
Diffstat (limited to 'dcopperl/Makefile.PL')
-rw-r--r-- | dcopperl/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcopperl/Makefile.PL b/dcopperl/Makefile.PL index c22ff234..8517a323 100644 --- a/dcopperl/Makefile.PL +++ b/dcopperl/Makefile.PL @@ -27,7 +27,7 @@ WriteMakefile( NAME => 'DCOP', VERSION_FROM => 'DCOP.pm', INC => "-I$qt_inc -I$kde_inc", - LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -lkdecore -lDCOP", + LIBS => "-L$qt_lib -lqt-mt -L$kde_lib -ltdecore -lDCOP", XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', |