summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-16 13:59:29 +0200
committerBruno Haible <bruno@clisp.org>2009-08-16 13:59:29 +0200
commit944114931164e4fcb5c6c5be3a6b96fe16c492fb (patch)
treeddc3eff177ad908b3c3469c81c7dab1fed70b01f /lib
parenta452060814d35ece650ac219a05e056d2d617767 (diff)
downloadlibunistring-944114931164e4fcb5c6c5be3a6b96fe16c492fb.tar.gz
Fix severe distribution error: stdbool.mini.h was not distributed.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 24644e3..2c8da9d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -65,7 +65,7 @@ nobase_nodist_include_HEADERS = \
# AIX >= 5.3 has <stdbool.h>.
# Solaris 10 and some HP-UX 11 versions have <stdbool.h> but it does not
# necessarily work.
-unistring/stdbool.h : $(STDBOOL_H)
+unistring/stdbool.h : $(STDBOOL_H) stdbool.mini.h
@MKDIR_P@ unistring
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
@@ -85,6 +85,7 @@ unistring/stdbool.h : $(STDBOOL_H)
BUILT_SOURCES += unistring/stdbool.h
MOSTLYCLEANFILES += unistring/stdbool.h-t
CLEANFILES += unistring/stdbool.h
+EXTRA_DIST += stdbool.mini.h
# Produce an unistring/stdint.h that is not compiler dependent.
# Glibc >= 2 has <stdint.h>.