fix include path of glib for redhat
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 19:45:08 +0000 (19:45 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 19:45:08 +0000 (19:45 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@63 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/configure.in
ltt/branches/poly/include/ltt/ltt-private.h
ltt/branches/poly/include/lttv/hook.h
ltt/branches/poly/lttv/plugins/examples/sampledep.c
ltt/branches/poly/lttv/plugins/examples/samplemodule.c
ltt/branches/poly/lttv/plugins/examples/samplemodule2.c

index d93609dfd38fe73156bbf61b1eeec6562c069026..b3f97167ad0ef17bca8c491876527410daf9ac75 100644 (file)
@@ -19,7 +19,7 @@ AC_CHECK_LIB([glib-2.0], [g_malloc])
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h glib-2.0/glib.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
index a15c9f434342c7876cb600d5ab345735447ae08e..a94d8c1b3750603353f7c4d5922af86cb8682939 100644 (file)
@@ -1,4 +1,4 @@
-#include <glib.h>
+#include <glib-2.0/glib.h>
 #include "ltt/ltt.h"
 
 /* structure definition */
index 71a0a1391b871b82ccef259263734b3c4a5a03de..61e53ddd6aff0a973183bec28f549bf77eb92303 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef HOOK_H
 #define HOOK_H
 
-#include <glib.h>
+#include <glib-2.0/glib.h>
 
 /* A hook is a function to call with the supplied hook data, and with 
    call site specific data (e.g., hooks for events are called with a 
index 805c52837b1ef9af23739b3f404e0ce167d1070c..de9441b56d3c51b50c43b55727ee88c36815d208 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib.h>
-#include <gmodule.h>
+#include <glib-2.0/glib.h>
+#include <glib-2.0/gmodule.h>
 
 /* Include module.h from lttv headers for module loading */
 #include <lttv/module.h>
index e64ab2f45bee49f8b7bcda273611df43a68c92d2..0552a0c479280730043802a91785dbba7a3a6954 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib.h>
-#include <gmodule.h>
+#include <glib-2.0/glib.h>
+#include <glib-2.0/gmodule.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module init()");
index 3d7bb1c00ccc546040181cefbdb297f8b100f310..b01eee9c40a3dbcac17b0225b805f5aa9b29508b 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib.h>
-#include <gmodule.h>
+#include <glib-2.0/glib.h>
+#include <glib-2.0/gmodule.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module 2 init()");
This page took 0.026393 seconds and 4 git commands to generate.