From df07f02cae503795461bd231da20805853430da7 Mon Sep 17 00:00:00 2001 From: Kaushal Kumar Date: Thu, 23 Jun 2005 09:11:11 +0000 Subject: Added widgets in INCLUDES. 2005-06-23 Kaushal Kumar * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574 --- e-util/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'e-util/Makefile.am') 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 \ -- cgit v1.2.3