summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-22 02:26:30 +0200
committerBruno Haible <bruno@clisp.org>2009-04-22 02:26:30 +0200
commit2ac3b7e93348881b383d0871ce2822031ba9d78b (patch)
tree42b59479a4b5b56599e0c92a6a088c86967f6f52 /ChangeLog
parentc7d6485d8c2e2950f53b06f8aeb2663b8c24ae56 (diff)
downloadlibunistring-2ac3b7e93348881b383d0871ce2822031ba9d78b.tar.gz
Fix "make dist" after the most recent commits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 819ed89..89d5ec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,7 +31,8 @@
* configure.ac (WOE32DLL): New conditional.
(DLL_VARIABLE): New substituted variable.
(AC_CONFIG_FILES): Add lib/unistring/woe32dll.h.
- * lib/Makefile.am (nobase_include_HEADERS): Add unistring/woe32dll.h.
+ * lib/Makefile.am (nobase_nodist_include_HEADERS): Add
+ unistring/woe32dll.h.
(libunistring_la_SOURCES) [WOE32DLL]: Add unistring-exports.c.
(libunistring_la_LDFLAGS) [WOE32DLL]: Add --export-all-symbols linker
flag.
@@ -54,7 +55,7 @@
* lib/Makefile.am (HEADERS_WITH_EXTERNS): New variable.
(libunistring.sym, config.h): New rules.
(MOSTLYCLEANFILES, MAINTAINERCLEANFILES): Update accordingly.
- (EXTRA_DIST): Add libunistring.sym.
+ (EXTRA_DIST): Add libunistring.sym, declared.sh.
* tests/Makefile.am (DEFAULT_INCLUDES): New variable.
* HACKING: Require GNU sed.