테스트 디렉토리를 기본으로 빌드하지 않도록 바꿈
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 26 Dec 2010 12:59:54 +0000 (21:59 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 26 Dec 2010 12:59:54 +0000 (21:59 +0900)
별로 중요하지 않은 내용때문에 빌드 오류가 나는 문제로 수정이 필요한
경우를 피하기 위한 것이다.

git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@246 8f00fcd2-89fc-0310-932e-b01be5b65e01

Makefile.am

index 68bdd37..9b48d50 100644 (file)
@@ -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; \