diff options
author | Manish Singh <yosh@gimp.org> | 2004-11-22 23:54:30 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-11-22 23:54:30 +0000 |
commit | a0bbc6ef8b7dc902f20a2655cc54082e6acdca84 (patch) | |
tree | 494f6a79b347198bc1107cd93564713978d49526 | |
parent | cd3d5ebb667924b32caa13a13d11abca0c0eae8e (diff) | |
download | pango-a0bbc6ef8b7dc902f20a2655cc54082e6acdca84.tar.gz |
Remove stray 'x' character.
Mon Nov 22 15:53:37 2004 Manish Singh <yosh@gimp.org>
* modules/thai/Makefile.am: Remove stray 'x' character.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 4 | ||||
-rw-r--r-- | modules/thai/Makefile.am | 2 |
4 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Nov 22 15:53:37 2004 Manish Singh <yosh@gimp.org> + + * modules/thai/Makefile.am: Remove stray 'x' character. + Mon Nov 22 18:30:14 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/Makefile.am pango/Makefile.am diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index c1e0f412..f4f18f26 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,7 @@ +Mon Nov 22 15:53:37 2004 Manish Singh <yosh@gimp.org> + + * modules/thai/Makefile.am: Remove stray 'x' character. + Mon Nov 22 18:30:14 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/Makefile.am pango/Makefile.am diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index c1e0f412..f4f18f26 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,7 @@ +Mon Nov 22 15:53:37 2004 Manish Singh <yosh@gimp.org> + + * modules/thai/Makefile.am: Remove stray 'x' character. + Mon Nov 22 18:30:14 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/Makefile.am pango/Makefile.am diff --git a/modules/thai/Makefile.am b/modules/thai/Makefile.am index fb45e371..d089a712 100644 --- a/modules/thai/Makefile.am +++ b/modules/thai/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED \ $(PANGO_DEBUG_FLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/pango/ x\ + -I$(top_srcdir)/pango/ \ $(GLIB_CFLAGS) if PLATFORM_WIN32 |