From: Nuno Ferreira Date: Fri, 13 Nov 1998 21:57:55 +0000 (+0000) Subject: Put -I$(top_srcdir) back into INCLUDES. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=318392b51c2677120decfd102dc2856d9c9e0f24;p=dana%2Fcg-glib.git Put -I$(top_srcdir) back into INCLUDES. * Put -I$(top_srcdir) back into INCLUDES. --- diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 2ee21670..24d451d8 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Nuno Ferreira + + * Makefile.am (INCLUDES): The previous commit message is wrong + about the -I$(top_srcdir) being redundant. I put it back. + Wed Nov 11 23:23:22 EST 1998 Jeff Garzik * Makefile.am : INCLUDES is the right way to add to CFLAGS, not diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 4d182ed6..94f451ed 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/gmodule -DG_LOG_DOMAIN=g_log_domain_gmodule +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule -DG_LOG_DOMAIN=g_log_domain_gmodule EXTRA_DIST = \ gmoduleconf.h.in \