diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-20 21:33:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-20 21:33:29 +0000 |
commit | 84d5143a198a2d53beafd853b590a977f63fe0f0 (patch) | |
tree | 18229d30dceb917015040bf15778b7d127d53062 | |
parent | f24ac211b8e67f545e757a50da4a00252d092869 (diff) | |
download | basket-84d5143a198a2d53beafd853b590a977f63fe0f0.tar.gz basket-84d5143a198a2d53beafd853b590a977f63fe0f0.zip |
Fix basket FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1242458 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kontact_plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |