summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parentc7d6485d8c2e2950f53b06f8aeb2663b8c24ae56 (diff)
downloadlibunistring-2ac3b7e93348881b383d0871ce2822031ba9d78b.tar.gz
Fix "make dist" after the most recent commits.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 463d272..b06cf76 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -39,8 +39,7 @@ nobase_include_HEADERS = \
unilbrk.h \
uninorm.h \
unicase.h \
- unistring/inline.h \
- unistring/woe32dll.h
+ unistring/inline.h
noinst_HEADERS = \
unistring-notinline.h
@@ -108,7 +107,7 @@ BUILT_SOURCES += unistring/localcharset.h
MOSTLYCLEANFILES += unistring/localcharset.h-t
CLEANFILES += unistring/localcharset.h
-# iconeh.h is not public, but its contents is documented.
+# iconveh.h is not public, but its contents is documented.
nobase_nodist_include_HEADERS += unistring/iconveh.h
unistring/iconveh.h : iconveh.h
@MKDIR_P@ unistring
@@ -119,6 +118,9 @@ BUILT_SOURCES += unistring/iconveh.h
MOSTLYCLEANFILES += unistring/iconveh.h-t
CLEANFILES += unistring/iconveh.h
+# unistring/woe32dll.h is not public, but is included by other header files.
+nobase_nodist_include_HEADERS += unistring/woe32dll.h
+
# Directories that contain some CLEANFILES.
CLEANDIRS =
CLEANDIRS_NOT_IN_SRCDIR = unistring
@@ -137,7 +139,7 @@ clean-local: clean-generic
fi; \
:
-# List of header files that get installed and that declared 'extern' symbols.
+# List of header files that get installed and that declare 'extern' symbols.
HEADERS_WITH_EXTERNS = \
unitypes.h \
unistr.h \
@@ -168,7 +170,7 @@ libunistring.sym : $(HEADERS_WITH_EXTERNS)
# We distribute it because declared.sh relies on GNU sed.
MOSTLYCLEANFILES += libunistring.sym-t
MAINTAINERCLEANFILES += libunistring.sym
-EXTRA_DIST += libunistring.sym
+EXTRA_DIST += libunistring.sym declared.sh
# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL