From 6f10050dff187192a042256fe9be016f678693d6 Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Sun, 26 Dec 2010 21:59:54 +0900 Subject: =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=EB=A5=BC=20=EA=B8=B0=EB=B3=B8=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EB=B9=8C=EB=93=9C=ED=95=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B0=94=EA=BF=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 별로 중요하지 않은 내용때문에 빌드 오류가 나는 문제로 수정이 필요한 경우를 피하기 위한 것이다. git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@246 8f00fcd2-89fc-0310-932e-b01be5b65e01 --- Makefile.am | 10 ++++++++-- 1 file 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; \ -- cgit v1.2.1