Put -I$(top_srcdir) back into INCLUDES.

* Put -I$(top_srcdir) back into INCLUDES.
This commit is contained in:
Nuno Ferreira 1998-11-13 21:57:55 +00:00
parent be7ab912ee
commit 318392b51c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-11-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* 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 <jgarzik@pobox.com>
* Makefile.am : INCLUDES is the right way to add to CFLAGS, not

View File

@ -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 \