From bdf73f3dfaafe091c2a6453dc53d25ce1c34bc50 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 24 Feb 2004 22:44:35 +0000 Subject: fix includes for builddir != srcdir 2004-02-24 JP Rosevear * gui/Makefile.am: fix includes for builddir != srcdir svn path=/trunk/; revision=24859 --- smime/gui/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'smime/gui/Makefile.am') diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am index 614c2d5525..17526784d6 100644 --- a/smime/gui/Makefile.am +++ b/smime/gui/Makefile.am @@ -1,9 +1,11 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-smime\" \ -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir)/smime/lib \ + -I$(top_builddir)/smime/lib \ -I$(top_srcdir)/shell \ - -I$(top_builddir) \ + -I$(top_builddir)/shell \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -- cgit