From 318392b51c2677120decfd102dc2856d9c9e0f24 Mon Sep 17 00:00:00 2001 From: Nuno Ferreira Date: Fri, 13 Nov 1998 21:57:55 +0000 Subject: [PATCH] Put -I$(top_srcdir) back into INCLUDES. * Put -I$(top_srcdir) back into INCLUDES. --- gmodule/ChangeLog | 5 +++++ gmodule/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 2ee2167..24d451d 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 4d182ed..94f451e 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 \ -- 2.7.4