aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-11-08 05:49:25 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-08 05:49:25 +0800
commit3c508b93d767f418a00e4404ca97d46b38e50e37 (patch)
treef0308b2ee8535d6aad3152204c838f83c1293c4d /camel
parent796a15280db74604bf45cc3d51357ddc12731ba0 (diff)
downloadgsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar.gz
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar.bz2
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar.lz
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar.xz
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.tar.zst
gsoc2013-evolution-3c508b93d767f418a00e4404ca97d46b38e50e37.zip
don't #include <gtk/gtk.h>
svn path=/trunk/; revision=18639
Diffstat (limited to 'camel')
-rw-r--r--camel/Makefile.am2
-rw-r--r--camel/camel-smime-context.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index eff6761ca2..58e9117dbf 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = providers tests
+SUBDIRS = . providers tests
libcamelincludedir = $(includedir)/camel
diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c
index 227b2dfc2a..6324bea2ee 100644
--- a/camel/camel-smime-context.c
+++ b/camel/camel-smime-context.c
@@ -42,8 +42,6 @@
#include <pkcs11.h>
#include <smime.h>
-#include <gtk/gtk.h> /* for _() macro */
-
#define d(x)
struct _CamelSMimeContextPrivate {