aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@src.gnome.org>2000-08-22 05:13:21 +0800
committerMathieu Lacage <mathieu@src.gnome.org>2000-08-22 05:13:21 +0800
commit72def62a052119c68144744cea9e3f05a52484d8 (patch)
treee6e73015012a2553038baef607625780a8b7d3a7
parentfc7e2aa10eaf410fa379b361b24498e7f8037e70 (diff)
downloadgsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar.gz
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar.bz2
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar.lz
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar.xz
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.tar.zst
gsoc2013-evolution-72def62a052119c68144744cea9e3f05a52484d8.zip
oops forgot changelog on saturday.
svn path=/trunk/; revision=4909
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d04576460f..7d8ce0cf68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-08-19 Mathieu Lacage <mathieu@gnu.org>
+
+ Fixes compile for non-standard prefixes. Mainly in idl
+ compilation where -I`gnome-config --datadir`/idl is replaced
+ by `gnome-config --cflags idl` (ugly but it works at least)
+ and add some random _CFLAGS here and there and _LIBS for linking.
+ * addressbook/gui/component/select-names/Makefile.am
+ * composer/Makefile.am
+ * e-util/Makefile.am
+ * filter/Makefile.am
+ * mail/Makefile.am
+ * shell/Makefile.am
+ * widgets/e-text/Makefile.am
+
+
2000-08-21 Christopher James Lahey <clahey@helixcode.com>
* widgets/e-paned/e-hpaned.c, widgets/e-paned/e-paned.c,