From 84d5143a198a2d53beafd853b590a977f63fe0f0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jul 2011 21:33:29 +0000 Subject: [PATCH] Fix basket FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1242458 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact_plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am index 1a63eea..09bd3f8 100644 --- a/kontact_plugin/Makefile.am +++ b/kontact_plugin/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) +INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) -I$(kde_includes)/kde kde_module_LTLIBRARIES = libkontact_basket.la libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)