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)
This commit is contained in:
Owen Taylor 2001-09-26 22:09:28 +00:00 committed by Owen Taylor
parent 5e52436722
commit b1fa175336
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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)
2001-09-21 Matthias Clasen <matthiasc@poet.de>
* io-xpm.c (xpm_extract_color): Rewritten to handle

View File

@ -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__ */" \