diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-12 19:38:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-12 19:38:34 +0000 |
commit | 6e7b4925121d177e954df2cca45443cfd78bda40 (patch) | |
tree | 6359eb589fc81b2a56dab8ca2a9688bd4c2b7bc3 /kbugbuster | |
parent | 5ce28931440fdff9ca7b9d389c15dd3c595db8b9 (diff) | |
download | tdesdk-6e7b4925121d177e954df2cca45443cfd78bda40.tar.gz tdesdk-6e7b4925121d177e954df2cca45443cfd78bda40.zip |
Fix kbugbuster kresource compilation
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236349 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/kresources/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/kresources/Makefile.am b/kbugbuster/kresources/Makefile.am index ddfde0fa..25719241 100644 --- a/kbugbuster/kresources/Makefile.am +++ b/kbugbuster/kresources/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/kbugbuster/backend $(all_includes) $(KDE_INCLUDES)/kde kde_module_LTLIBRARIES = kcal_bugzilla.la |