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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 9a60049..28bb107 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 2571b48..d78fe70 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 b80709a..3e0b37d 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 c62bf2f..d78689f 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)