diff options
author | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-22 05:13:21 +0800 |
---|---|---|
committer | Mathieu Lacage <mathieu@src.gnome.org> | 2000-08-22 05:13:21 +0800 |
commit | 72def62a052119c68144744cea9e3f05a52484d8 (patch) | |
tree | e6e73015012a2553038baef607625780a8b7d3a7 | |
parent | fc7e2aa10eaf410fa379b361b24498e7f8037e70 (diff) | |
download | gsoc2013-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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, |