summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-26 21:59:54 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2010-12-26 21:59:54 +0900
commit6f10050dff187192a042256fe9be016f678693d6 (patch)
tree54d1a97d9ab8fe15eb7e7ca471a58926727dfe7a
parente2259d4f98c310661165b4e7748546a5cbbaae2f (diff)
downloadlibhangul-6f10050dff187192a042256fe9be016f678693d6.tar.gz
테스트 디렉토리를 기본으로 빌드하지 않도록 바꿈
별로 중요하지 않은 내용때문에 빌드 오류가 나는 문제로 수정이 필요한 경우를 피하기 위한 것이다. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@246 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--Makefile.am10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 68bdd37..9b48d50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
-SUBDIRS = hangul data test po
+SUBDIRS = hangul data tools po
+DIST_SUBDIRS = hangul data tools po test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc
@@ -7,7 +8,12 @@ EXTRA_DIST = \
config.rpath \
doc/Makefile \
doc/Doxyfile.in \
- doc/mainpage.dox
+ doc/mainpage.dox \
+ test/Makefile.am \
+ test/Makefile.in \
+ test/hangul.c \
+ test/hanja.c \
+ test/test.c
log:
unset LC_ALL; \