summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2013-02-26 12:00:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-03 17:28:40 +0200
commit46b7f9215291a98ae11a370b19fd8b45959593f4 (patch)
tree8e06b14b6280b592341b2f2620e5003b4eebfccc /cpukit/Makefile.am
parentfsdosfsname01: New test (diff)
downloadrtems-46b7f9215291a98ae11a370b19fd8b45959593f4.tar.bz2
libmisc: Add utf8proc-v1.1.5
utf8proc is a small library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. For the time beeing utf8proc is intended to be used for normalizing and folding UTF-8 strings for comparison purposes when adding UTF-8 support to the FAT file system.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index fb8cd53f78..1330c7d79a 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -38,6 +38,9 @@ include_rtems_rtems_HEADERS =
include_uuiddir = $(includedir)/uuid
include_uuid_HEADERS = libmisc/uuid/uuid.h
+include_utf8procdir = $(includedir)/utf8proc
+include_utf8proc_HEADERS = libmisc/utf8proc/utf8proc.h
+
if NEWLIB
include_sysdir = $(includedir)/sys
include_sys_HEADERS =