diff options
author | Matias Larsson <matias.larsson@matthews.se> | 2022-11-25 13:06:20 +0100 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2022-11-29 16:16:21 +0800 |
commit | df10f4f6f04cfe37e30b23e1da12dc3d2448559f (patch) | |
tree | 431e9011af45fbdb6308c49362669920607ba67c /src | |
parent | 8bcea4710bd328ef74dc852d9fdffb3c47ed8abe (diff) | |
download | libpinyin-df10f4f6f04cfe37e30b23e1da12dc3d2448559f.tar.gz |
Fixup: fix build error
Add the new header file to noinst_HEADERS.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 29832e9..e81e5d7 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -22,4 +22,5 @@ libpinyininclude_HEADERS= novel_types.h noinst_HEADERS = memory_chunk.h \ pinyin_utils.h \ - stl_lite.h + stl_lite.h \ + unaligned_memory.h |