diff options
author | Nuno Ferreira <nuno@src.gnome.org> | 1998-11-13 21:57:55 +0000 |
---|---|---|
committer | Nuno Ferreira <nuno@src.gnome.org> | 1998-11-13 21:57:55 +0000 |
commit | 318392b51c2677120decfd102dc2856d9c9e0f24 (patch) | |
tree | d0a063f89c08fc356ab8329e709b39c7f9aa6c5b /gmodule | |
parent | be7ab912ee3521a4edfdf8e95977d4259da1bc29 (diff) |
Put -I$(top_srcdir) back into INCLUDES.
* Put -I$(top_srcdir) back into INCLUDES.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/ChangeLog | 5 | ||||
-rw-r--r-- | gmodule/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 \ |