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 2ee2167088f561c955d95dae64e6ec0a22095b45..24d451d8f9c2c702180612983954ee9aae2c598a 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 4d182ed68d193379aaaea41fa8252bb2fb5dc320..94f451ed2c60b4c07b5dfb42a9292ec7f8eff8cc 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 \