summaryrefslogtreecommitdiffstats
path: root/dcopperl/Makefile.PL.in
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-08-25 15:48:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-25 15:48:26 +0200
commit03f7d427741642bc80d1174c6af6e826d6315e09 (patch)
treebf62c2d79b8f45e5cc2e3e6ec71ac17eb8ae6471 /dcopperl/Makefile.PL.in
parent3d89f5e5c4efb3a3e8fe05540ef4f7cf104d371f (diff)
downloadtdebindings-03f7d427741642bc80d1174c6af6e826d6315e09.tar.gz
tdebindings-03f7d427741642bc80d1174c6af6e826d6315e09.zip
Add missing LDFLAGS causing FTBFS
Diffstat (limited to 'dcopperl/Makefile.PL.in')
-rw-r--r--dcopperl/Makefile.PL.in4
1 files changed, 2 insertions, 2 deletions
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@";