-I$(top_srcdir)/gmodule, fix from Michael Meeks
authorHavoc Pennington <hp@pobox.com>
Thu, 4 Jan 2001 03:49:45 +0000 (03:49 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Thu, 4 Jan 2001 03:49:45 +0000 (03:49 +0000)
2001-01-03  Havoc Pennington  <hp@pobox.com>

* tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule,
fix from Michael Meeks

* Makefile.am (INCLUDES): DISABLE was spelled wrong

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
glib/Makefile.am
tests/Makefile.am

index a8fbd00..951725e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index a8fbd00..951725e 100644 (file)
@@ -1,3 +1,10 @@
+2001-01-03  Havoc Pennington  <hp@pobox.com>
+
+       * tests/Makefile.am (INCLUDES): -I$(top_srcdir)/gmodule, 
+       fix from Michael Meeks
+
+       * Makefile.am (INCLUDES): DISABLE was spelled wrong
+
 Wed Jan  3 14:10:49 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gmain.[ch]: Switch GMainLoop to be ref/unref, use to
index d8e0068..1c1201b 100644 (file)
@@ -9,7 +9,7 @@ BUILT_SOURCES=glib-config-2.0
 glib-config-2.0: glib-config-2.0.in
 
 INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
-       -DG_DISBALE_COMPAT_H
+       -DG_DISABLE_COMPAT_H
 
 EXTRA_DIST =                   \
        ChangeLog.pre-1-2       \
index d8e0068..1c1201b 100644 (file)
@@ -9,7 +9,7 @@ BUILT_SOURCES=glib-config-2.0
 glib-config-2.0: glib-config-2.0.in
 
 INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
-       -DG_DISBALE_COMPAT_H
+       -DG_DISABLE_COMPAT_H
 
 EXTRA_DIST =                   \
        ChangeLog.pre-1-2       \
index f96efba..756e1b7 100644 (file)
@@ -1,5 +1,5 @@
 
-INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gmodule @GLIB_DEBUG_FLAGS@
 
 EFENCE=