fix includes for builddir != srcdir

2004-02-24  JP Rosevear <jpr@ximian.com>

	* gui/Makefile.am: fix includes for builddir != srcdir

svn path=/trunk/; revision=24859
This commit is contained in:
JP Rosevear
2004-02-24 22:44:35 +00:00
committed by JP Rosevear
parent 6b5472802f
commit bdf73f3dfa
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-02-24 JP Rosevear <jpr@ximian.com>
* gui/Makefile.am: fix includes for builddir != srcdir
2004-02-11 Jeffrey Stedfast <fejj@ximian.com>
* lib/e-pkcs12.c: #include <config.h>

View File

@ -1,9 +1,11 @@
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-smime\" \
-I$(top_srcdir) \
-I$(top_srcdir)/smime/lib \
-I$(top_srcdir)/shell \
-I$(top_builddir) \
-I$(top_srcdir)/smime/lib \
-I$(top_builddir)/smime/lib \
-I$(top_srcdir)/shell \
-I$(top_builddir)/shell \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \