added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, which

2001-10-22  Rodrigo Moya <rodrigo@ximian.com>

	* Makefile.am: added $GNOME_INCLUDEDIR to INCLUDES, needed for latest
	libgnome, which install headers in $(prefix)/gnome-1.0

svn path=/trunk/; revision=13878
This commit is contained in:
Rodrigo Moya
2001-10-22 17:10:14 +00:00
committed by Rodrigo Moya
parent ff55521bec
commit c8c5e7d994
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-10-22 Rodrigo Moya <rodrigo@ximian.com>
* Makefile.am: added $GNOME_INCLUDEDIR to INCLUDES, needed for latest
libgnome, which install headers in $(prefix)/gnome-1.0
2001-10-21 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c

View File

@ -14,6 +14,7 @@ INCLUDES = -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/e-util \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(KRB4_CFLAGS) \
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \