summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-26 22:09:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-26 22:09:28 +0000
commitb1fa17533697f93690b04e73fcb84426d9873461 (patch)
treeb8e55f8a21664a7681eb67e5f309510d20d488a1 /gdk-pixbuf/Makefile.am
parent5e52436722b02549cd2df534fe8b8bcae7635f8b (diff)
downloadgdk-pixbuf-b1fa17533697f93690b04e73fcb84426d9873461.tar.gz
Fix a typo in the include guards. (#61254, Skip Montaro)
Wed Sep 26 18:08:19 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (s-enum-types-h): Fix a typo in the include guards. (#61254, Skip Montaro)
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r--gdk-pixbuf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index f4515cd7d..53ab591d3 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -251,7 +251,7 @@ $(srcdir)/gdk-pixbuf-enum-types.h: s-enum-types-h
s-enum-types-h: @REBUILD@ $(gdk_pixbuf_headers) Makefile
( cd $(srcdir) && glib-mkenums \
- --fhead "#ifndef __GDK_PIXBUF__ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
+ --fhead "#ifndef __GDK_PIXBUF_ENUM_TYPES_H__\n#define __GDK_PIXBUF_ENUM_TYPES_H__\n" \
--fprod "/* enumerations from \"@filename@\" */\n" \
--vhead "GType @enum_name@_get_type (void);\n#define GDK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
--ftail "#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */" \