diff options
author | Choe Hwanjin <choe.hwanjin@gmail.com> | 2006-05-23 10:45:06 +0900 |
---|---|---|
committer | Choe Hwanjin <choe.hwanjin@gmail.com> | 2006-05-23 10:45:06 +0900 |
commit | f369273a8230927ff21d659f73266ab94e149f53 (patch) | |
tree | 060ff8fc3e630be7faca67eef57468da4497bfd0 /bindings | |
parent | 4bf3739073f599bed9cf6ac425dc3b96e69b189f (diff) | |
download | libhangul-f369273a8230927ff21d659f73266ab94e149f53.tar.gz |
bindings 디렉토리에 Makefile.am 추가
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@74 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am new file mode 100644 index 0000000..4faf87b --- /dev/null +++ b/bindings/Makefile.am @@ -0,0 +1,8 @@ +EXTRA_DIST = \ + python/test_pyhangul.py \ + python/setup.py \ + python/pyhangul.c \ + python/Makefile \ + ruby/hangul.c \ + ruby/test-hangul.rb \ + ruby/extconf.rb |