summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-09-29 18:02:02 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-09-29 18:02:02 +0000
commit3c76ae3db9d033be34d2258d005f4f7db8d6c4b8 (patch)
tree8b2845e5e31b917c1ef1d3f0e3349a0cd9600674 /src
parent7655fcfc6250db8e6b9904699cdcfbc4e3632e06 (diff)
downloadglade-3c76ae3db9d033be34d2258d005f4f7db8d6c4b8.tar.gz
bumping version to 3.1.0
* configure.in: bumping version to 3.1.0 * glade.h: include gaurd against libglade
Diffstat (limited to 'src')
-rw-r--r--src/glade.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glade.h b/src/glade.h
index 0cba006c..c8df5c1c 100644
--- a/src/glade.h
+++ b/src/glade.h
@@ -22,6 +22,10 @@
# define LIBGLADEUI_API extern
#endif
+#ifdef GLADE_H
+# error libglade included with libgladeui is not compatible
+#endif
+
/* Circular header dependancie are fixed here with forward
* declarations.
*/