diff options
author | Manish Singh <yosh@src.gnome.org> | 2000-05-03 02:16:53 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2000-05-03 02:16:53 +0000 |
commit | 46ba6b62b8423d3a8e6223ebd516f1703d23aa56 (patch) | |
tree | 205a9193424bbdf135769d25012bb4e7ffbd6277 | |
parent | d9eb24b8c52994a2d2f2de4d53d226ecb7b4bd9f (diff) | |
download | pango-46ba6b62b8423d3a8e6223ebd516f1703d23aa56.tar.gz |
typo fix
-Yosh
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 4 | ||||
-rw-r--r-- | examples/Makefile.am | 2 |
8 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 25ae885f..f48d8489 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,7 @@ +Tue May 2 19:16:17 PDT 2000 Manish Singh <yosh@gimp.org> + + * examples/Makefile.am: typo fix + Mon May 1 15:04:02 PDT 2000 Manish Singh <yosh@gimp.org> * configure.in: add support for fribidi-config (needs fribidi v0.1.10 diff --git a/examples/Makefile.am b/examples/Makefile.am index f0b841cf..a9300511 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = pango-viewer pango_viewer_SOURCES = \ viewer.c -pango_viewer_LDADD = ../pango/libpango.la ../pango/libpangox.la $(GTK_LIBS) $(FRIBID_LIBS) $(UNICODE_LIBS) +pango_viewer_LDADD = ../pango/libpango.la ../pango/libpangox.la $(GTK_LIBS) $(FRIBIDI_LIBS) $(UNICODE_LIBS) endif all-local: pango.modules |