summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-26 13:20:45 -0400
committerMatthew Barnes <mbarnes@redhat.com>2009-05-26 16:56:30 -0400
commitffa17ed195a6bbb40d386fb572b7941e22f47f8d (patch)
tree05edc9587cf07afae2089e1f710725a616468faa /devel-docs
parent0cf607076dfc2c481ca1164a04cecdb0661e6bd0 (diff)
downloadevolution-ffa17ed195a6bbb40d386fb572b7941e22f47f8d.tar.gz
Fix compiler warnings in plugins.
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/camel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel-docs/camel/Makefile.am b/devel-docs/camel/Makefile.am
index 806a6b4be5..0dffd9bb34 100644
--- a/devel-docs/camel/Makefile.am
+++ b/devel-docs/camel/Makefile.am
@@ -7,7 +7,7 @@ DOC_MODULE=camel
DOC_MAIN_SGML_FILE=camel-docs.sgml
# The directory containing the source code (if it contains documentation).
-DOC_SOURCE_DIR=$(top_srcdir)/camel
+DOC_SOURCE_DIR=
CFLAGS=`gtk-config --cflags gtk`
LDFLAGS="-lcamel `gtk-config --libs gtk` "