diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 2ee216708..24d451d8f 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 4d182ed68..94f451ed2 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 \