summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-30 00:37:41 +0000
committertschwinge <tschwinge>2008-05-30 00:37:41 +0000
commit350816cbc7e5cd2cb879893e5d987abe60c8e772 (patch)
treee470240c7f978b00966e5c6d645b3a10834c4283 /viengoos/ChangeLog
parent8e9d991ad9fc98cffe1e04df0b1ae4bdd97dacfc (diff)
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
* headers.m4: Link files into `sysroot/include/' instead of `include/'. Create symbolic link to package's library in `sysroot/lib/'. * Makefile.am [ENABLE_TESTS]: Don't build package's program and library.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index dfa71c4..940303e 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,5 +1,10 @@
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
+ * headers.m4: Link files into `sysroot/include/' instead of `include/'.
+ Create symbolic link to package's library in `sysroot/lib/'.
+ * Makefile.am [ENABLE_TESTS]: Don't build package's program and
+ library.
+
* viengoos.c (parse_args): Use `strtol' instead of `atoi'.
* object.h: Include <hurd/error.h> instead of <error.h>.