aboutsummaryrefslogtreecommitdiffstats
path: root/smime/gui
diff options
context:
space:
mode:
Diffstat (limited to 'smime/gui')
-rw-r--r--smime/gui/Makefile.am4
-rw-r--r--smime/gui/certificate-manager.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am
index 092928bf2c..a6a595ea93 100644
--- a/smime/gui/Makefile.am
+++ b/smime/gui/Makefile.am
@@ -6,8 +6,8 @@ AM_CPPFLAGS = \
-I$(top_builddir)/smime/lib \
-I$(top_srcdir)/shell \
-I$(top_builddir)/shell \
- -I$(top_srcdir)/widgets/misc \
- -I$(top_builddir)/widgets/misc \
+ -I$(top_srcdir)/widgets \
+ -I$(top_builddir)/widgets \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
diff --git a/smime/gui/certificate-manager.c b/smime/gui/certificate-manager.c
index ed49bfbe67..6e09b504fd 100644
--- a/smime/gui/certificate-manager.c
+++ b/smime/gui/certificate-manager.c
@@ -48,9 +48,9 @@
#include <pkcs11.h>
#include <pk11func.h>
-#include <e-shell.h>
-#include <e-preferences-window.h>
-#include <e-util/e-util-private.h>
+#include "shell/e-shell.h"
+#include "e-util/e-util-private.h"
+#include "widgets/misc/e-preferences-window.h"
typedef struct {
GladeXML *gui;