From 03f7d427741642bc80d1174c6af6e826d6315e09 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 25 Aug 2013 15:48:26 +0200 Subject: Add missing LDFLAGS causing FTBFS --- dcopperl/Makefile.PL.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dcopperl') diff --git a/dcopperl/Makefile.PL.in b/dcopperl/Makefile.PL.in index a1b7b3e2..c3ebc1e3 100644 --- a/dcopperl/Makefile.PL.in +++ b/dcopperl/Makefile.PL.in @@ -4,8 +4,8 @@ use Config; # the contents of the Makefile that is written. print "Trying to find some configuration information...\n"; -my $tde_inc = "@tde_includes@"; -my $tde_lib = "@tde_libraries@"; +my $tde_inc = "@kde_includes@"; +my $tde_lib = "@kde_libraries@"; my $qt_inc = "@qt_includes@"; my $qt_lib = "@qt_libraries@"; -- cgit v1.2.1