diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2005-10-01 15:15:45 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2005-10-01 15:15:45 +0900 |
commit | 21dfbeb453bb4be4efc3e0861146c1b653ebb83f (patch) | |
tree | cb736f6d84657df8f64d03004d96217f7a9cefd4 /configure.ac | |
parent | 6444e11a19b7fb852c89d45214404c76e458ab27 (diff) | |
download | libhangul-21dfbeb453bb4be4efc3e0861146c1b653ebb83f.tar.gz |
* data/hanja/hanja.txt: add default hanja dictionary file.
* modify configure.ac, Makefile.ams to add hanja dictionary file.
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@24 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 83e7baa..b59c1cf 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,8 @@ AC_C_INLINE AC_CONFIG_FILES([ Makefile hangul/Makefile +data/Makefile +data/hanja/Makefile test/Makefile libhangul.pc ]) |