summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLog.pre-1-06
-rw-r--r--ChangeLog.pre-1-106
-rw-r--r--ChangeLog.pre-1-26
-rw-r--r--ChangeLog.pre-1-46
-rw-r--r--ChangeLog.pre-1-66
-rw-r--r--ChangeLog.pre-1-86
-rw-r--r--pango/Makefile.am2
8 files changed, 43 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4becbb0..001e7be0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c4becbb0..001e7be0 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,9 @@
+Mon Nov 26 11:31:01 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/Makefile.am: Workaround to work a little better with
+ automake-1.5 - make $(libpango_la_OBJECTS) as well as $(OBJECTS)
+ depend on pango_built_headers.
+
Sun Nov 25 22:35:46 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (have_fribidi) README: Disable --with-fribidi; it offers
diff --git a/pango/Makefile.am b/pango/Makefile.am
index 9823c28c..81ff04d4 100644
--- a/pango/Makefile.am
+++ b/pango/Makefile.am
@@ -112,7 +112,7 @@ bin_PROGRAMS = pango-querymodules
pango_built_headers = pango-enum-types.h
pango_built_cfiles = pango-enum-types.c
-$(OBJECTS): $(pango_built_headers)
+$(OBJECTS) $(libpango_la_OBJECTS): $(pango_built_headers)
libpango_la_SOURCES = \
break.c \