From b2e0df6cf55f8accd86fb0a726724744857714f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jun 2012 01:55:05 -0500 Subject: Fix a number of tdebindings build issues This partially resolves Bug 597 Thanks to Darrell Anderson for the patch! --- dcopperl/Makefile.PL.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dcopperl/Makefile.PL.in') diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index 3c5e0c18..a1b7b3e2 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -4,16 +4,16 @@ use Config; # the contents of the Makefile that is written. print "Trying to find some configuration information...\n"; -my $kde_inc = "@kde_includes@"; -my $kde_lib = "@kde_libraries@"; +my $tde_inc = "@tde_includes@"; +my $tde_lib = "@tde_libraries@"; my $qt_inc = "@qt_includes@"; my $qt_lib = "@qt_libraries@"; - + WriteMakefile( NAME => 'DCOP', VERSION_FROM => '@srcdir@/DCOP.pm', - INC => "-I$qt_inc -I$kde_inc", - LIBS => "-L$qt_lib -ltqt-mt -L$kde_lib -ltdecore -lDCOP", + INC => "-I$qt_inc -I$tde_inc -I/usr/include/tqt", + LIBS => "-L$qt_lib -ltqt-mt -L$tde_lib -ltdecore -lDCOP", XS => {'DCOP.xs' => 'DCOP.cpp'}, XSOPT => '-C++', CCFLAGS => '-x c++', -- cgit v1.2.1