diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/Makefile.am | 2 | ||||
-rw-r--r-- | camel/camel-smime-context.c | 2 |
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 { |