summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2006-05-14 03:31:33 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2006-05-14 03:31:33 +0900
commitccc9b7733e0f46c891c8aed8d0e363318f831bfe (patch)
tree6ca0ed86ef2147cf3d10ccf59ecc030b1f872722 /Makefile.am
parent3501eca0d907188bcd308e42b22daf87538a1ecd (diff)
downloadlibhangul-ccc9b7733e0f46c891c8aed8d0e363318f831bfe.tar.gz
* bindings 디렉토리 추가 (python, ruby포함)libhangul-0.0.2
* 문서 업데이트 git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@68 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 70cd810..3b1ec85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,4 @@
-SUBDIRS = hangul data test
+SUBDIRS = hangul data bindings test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
-
-EXTRA_DIST = \
- pyhangul/Makefile \
- pyhangul/pyhangul.c \
- pyhangul/setup.py