change back the glib include
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 20:09:51 +0000 (20:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 20:09:51 +0000 (20:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@64 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/config.h.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 e16fb678127aa33e643fc53ad5226b24f027d8bd..14e03ef2e712b6aee4c01d7a3796f230a712499d 100644 (file)
@@ -6,6 +6,9 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+/* Define to 1 if you have the <glib-2.0/glib.h> header file. */
+#undef HAVE_GLIB_2_0_GLIB_H
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
index a94d8c1b3750603353f7c4d5922af86cb8682939..a15c9f434342c7876cb600d5ab345735447ae08e 100644 (file)
@@ -1,4 +1,4 @@
-#include <glib-2.0/glib.h>
+#include <glib.h>
 #include "ltt/ltt.h"
 
 /* structure definition */
index 61e53ddd6aff0a973183bec28f549bf77eb92303..71a0a1391b871b82ccef259263734b3c4a5a03de 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef HOOK_H
 #define HOOK_H
 
-#include <glib-2.0/glib.h>
+#include <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 de9441b56d3c51b50c43b55727ee88c36815d208..805c52837b1ef9af23739b3f404e0ce167d1070c 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
 
 /* Include module.h from lttv headers for module loading */
 #include <lttv/module.h>
index 0552a0c479280730043802a91785dbba7a3a6954..e64ab2f45bee49f8b7bcda273611df43a68c92d2 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module init()");
index b01eee9c40a3dbcac17b0225b805f5aa9b29508b..3d7bb1c00ccc546040181cefbdb297f8b100f310 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
-#include <glib-2.0/glib.h>
-#include <glib-2.0/gmodule.h>
+#include <glib.h>
+#include <gmodule.h>
 
 G_MODULE_EXPORT void init() {
        g_critical("Sample module 2 init()");
This page took 0.026392 seconds and 4 git commands to generate.