Put -I$(top_srcdir) back into INCLUDES.
authorNuno Ferreira <nuno@src.gnome.org>
Fri, 13 Nov 1998 21:57:55 +0000 (21:57 +0000)
committerNuno Ferreira <nuno@src.gnome.org>
Fri, 13 Nov 1998 21:57:55 +0000 (21:57 +0000)
* Put -I$(top_srcdir) back into INCLUDES.

gmodule/ChangeLog
gmodule/Makefile.am

index 2ee2167..24d451d 100644 (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 
index 4d182ed..94f451e 100644 (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 \