summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2009-01-05 15:16:33 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-01-05 15:16:33 +0000
commit5134a4edb5cf179df0abddb025dc87653e54b905 (patch)
treee634dc7de0999912d51458c8f61d165defae2bbb /ChangeLog
parent0715b1b0c6c5341c25fc39692998f0b50f954698 (diff)
downloadevolution-data-server-5134a4edb5cf179df0abddb025dc87653e54b905.tar.gz
Just add all of include/evolution-data-server-@BASE_VERSION@ instead of
2009-01-05 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Just add all of include/evolution-data-server-@BASE_VERSION@ instead of bothering to list the subdirectories. (libebackend was missing.) Ditto for lib/pkgconfig and share/gtk-doc. The intent is that one does make install into a fresh empty target prefix anyway when one wants to build for distribution. svn path=/trunk/; revision=9876
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0008d08d6..5d96bb317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,11 @@
* evolution-data-server-zip.in: Add libebackend binary, import
library and pkg-config file.
- Just add all of include/evolution-data-server-@BASE_VERSION@
+ Just add all of include/evolution-data-server-@BASE_VERSION@ and
instead of bothering to list the subdirectories. (libebackend was
- missing.) The intent is that one builds into a fresh empty target
- prefix anyway when one wants to build for distribution.
+ missing.) Ditto for lib/pkgconfig and share/gtk-doc. The intent is
+ that one does make install into a fresh empty target prefix anyway
+ when one wants to build for distribution.
2009-01-05 Suman Manjunath <msuman@novell.com>