summaryrefslogtreecommitdiff
path: root/modules/unilbrk/base
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unilbrk/base')
-rw-r--r--modules/unilbrk/base13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/unilbrk/base b/modules/unilbrk/base
index 988aaae20f..692c48ce0c 100644
--- a/modules/unilbrk/base
+++ b/modules/unilbrk/base
@@ -2,15 +2,26 @@ Description:
Base layer for line breaking.
Files:
-lib/unilbrk.h
+lib/unilbrk.in.h
+m4/libunistring-base.m4
Depends-on:
unitypes
localcharset
configure.ac:
+gl_LIBUNISTRING_LIBHEADER([0.9], [unilbrk.h])
Makefile.am:
+BUILT_SOURCES += $(LIBUNISTRING_UNILBRK_H)
+
+unilbrk.h: unilbrk.in.h
+ $(AM_V_GEN)rm -f $@-t $@ && \
+ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+ cat $(srcdir)/unilbrk.in.h; \
+ } > $@-t && \
+ mv -f $@-t $@
+MOSTLYCLEANFILES += unilbrk.h unilbrk.h-t
Include:
"unilbrk.h"