Fix inclusion of config.h
authorElliot Lee <sopwith@src.gnome.org>
Mon, 21 Aug 2000 23:06:11 +0000 (23:06 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Mon, 21 Aug 2000 23:06:11 +0000 (23:06 +0000)
Fix inclusion of config.h

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
gobject/Makefile.am
gobject/gobject-query.c
gobject/gparamspecs.c

index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 9a60049874d672367828e9bdf5f40e62077bae7b..28bb1079b27df36c07e92349289b7832264f0eca 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-21 Elliot Lee <sopwith@redhat.com>
+       * gobject/Makefile.am, gobject/gobject-query.c, gobject/gparamspecs.c: Fix inclusion of
+       config.h
+
 Mon Aug 21 14:46:23 2000  Owen Taylor  <otaylor@redhat.com>
 
        * tests/gio-test.c: Fix a couple of trivial bugs that
index 2571b48f69d8ad90bd16ffe3994fad86e227a7d0..d78fe70c56260bbf10c45df48b8100f048211bac 100644 (file)
@@ -5,7 +5,7 @@
 
 SUBDIRS =
 
-INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I. @GLIB_DEBUG_FLAGS@
 
 # libraries to compile and install
 lib_LTLIBRARIES = libgobject-1.3.la
index b80709adcc3b5b338317b64810b8fa6919688bef..3e0b37d5384813f378ba96ad057cdb9046ad9227 100644 (file)
@@ -16,7 +16,7 @@
  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-#include       "../config.h"
+#include       "config.h"
 
 #include        <glib-object.h>
 
index c62bf2f8d276ca24e13944e003bea0c19631e30b..d78689f0aa1772891708edbf76baee5e802444e6 100644 (file)
@@ -20,7 +20,7 @@
 
 #include       "gvaluecollector.h"
 #include       <string.h>
-#include       "../config.h"   /* for SIZEOF_LONG */
+#include       "config.h"      /* for SIZEOF_LONG */
 
 #define        G_FLOAT_EPSILON         (1e-30)
 #define        G_DOUBLE_EPSILON        (1e-90)