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 | |
parent | 53e0924a1f58a7e82dbae9acadbd8de6226cd26c (diff) | |
download | tdebindings-8d7027ce9506c909253e88496b410e54c3973082.tar.gz tdebindings-8d7027ce9506c909253e88496b410e54c3973082.zip |
Additional kde to tde renaming
Diffstat (limited to 'dcopperl')
-rw-r--r-- | dcopperl/Makefile.PL | 2 | ||||
-rw-r--r-- | dcopperl/Makefile.PL.in | 2 |
2 files changed, 2 insertions, 2 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++', diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index 2a8e355b..e30f32a4 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -13,7 +13,7 @@ WriteMakefile( NAME => 'DCOP', VERSION_FROM => '@srcdir@/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++', |