summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-01-17 21:44:55 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-01-17 21:44:55 +0000
commit3de085b6ad7548fd1de150f872a62b4dea370c68 (patch)
tree50feb7a0e1048aa0443fc56e9674361437861115
parentef8b7d001fe4d7422f682284bc4ca777aa7ec1b5 (diff)
downloadpango-3de085b6ad7548fd1de150f872a62b4dea370c68.tar.gz
include missing header file
2002-01-17 jacob berkman <jacob@ximian.com> * modules/hebrew/Makefile.am (common_sources): include missing header file
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-05
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-25
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--modules/hebrew/Makefile.am2
8 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c5a2eb5..0f2f983b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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