diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | modules/hebrew/Makefile.am | 2 |
8 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 0c5a2eb5..0f2f983b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +2002-01-17 jacob berkman <jacob@ximian.com> + + * modules/hebrew/Makefile.am (common_sources): include missing + header file + Wed Jan 16 14:45:23 2002 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_check_lines): diff --git a/modules/hebrew/Makefile.am b/modules/hebrew/Makefile.am index 836f0c4d..bb84cf29 100644 --- a/modules/hebrew/Makefile.am +++ b/modules/hebrew/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in. -common_sources = hebrew-shaper.c +common_sources = hebrew-shaper.c hebrew-shaper.h hebrew_x_sources = $(common_sources) hebrew-x.c hebrew_xft_sources = $(common_sources) hebrew-xft.c hebrew_ft2_sources = $(common_sources) hebrew-ft2.c |