aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/Makefile.am4
-rw-r--r--e-util/e-categories-master-list-wombat.h2
-rw-r--r--e-util/e-time-utils.c2
3 files changed, 5 insertions, 3 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 0dc3ed77ba..6e8656bb96 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -9,6 +9,7 @@ endif
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
+ -I$(top_srcdir)/widgets \
-DEVOLUTION_PREFIX=\""$(prefix)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\" \
@@ -74,11 +75,12 @@ eutilinclude_HEADERS = \
e-text-event-processor-types.h \
e-text-event-processor.h \
e-util.h \
+ e-util-marshal.h \
e-xml-utils.h
libeutil_la_SOURCES = \
- $(MARSHAL_GENERATED) \
$(eutilinclude_HEADERS) \
+ e-util-marshal.c \
e-account-list.c \
e-account.c \
e-bconf-map.c \
diff --git a/e-util/e-categories-master-list-wombat.h b/e-util/e-categories-master-list-wombat.h
index f11763aed5..bf951f9150 100644
--- a/e-util/e-categories-master-list-wombat.h
+++ b/e-util/e-categories-master-list-wombat.h
@@ -2,7 +2,7 @@
#ifndef _E_CATEGORIES_MASTER_LIST_WOMBAT_H_
#define _E_CATEGORIES_MASTER_LIST_WOMBAT_H_
-#include <widgets/misc/e-categories-master-list-array.h>
+#include <misc/e-categories-master-list-array.h>
G_BEGIN_DECLS
diff --git a/e-util/e-time-utils.c b/e-util/e-time-utils.c
index 541a8cd0df..1ff3ed0f78 100644
--- a/e-util/e-time-utils.c
+++ b/e-util/e-time-utils.c
@@ -17,7 +17,7 @@
#include <time.h>
#include <sys/time.h>
-#include <widgets/misc/e-unicode.h>
+#include <misc/e-unicode.h>
#ifdef __linux__
#undef _GNU_SOURCE