Remove libisf-bin dependency
[platform/core/uifw/libhangul.git] / Makefile.am
index 155a401..c8a416b 100644 (file)
@@ -1,19 +1,23 @@
-SUBDIRS = hangul data test po
+SUBDIRS = hangul data tools po
+DIST_SUBDIRS = hangul data tools po test
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libhangul.pc
 
 EXTRA_DIST = \
     config.rpath \
-    m4/ChangeLog  \
     doc/Makefile \
     doc/Doxyfile.in \
-    doc/mainpage.dox
-
-log:
-       unset LC_ALL; \
-       export LANG=C ; \
-       export LC_CTYPE=ko_KR.UTF-8; \
-       svn log -v > ChangeLog
+    doc/mainpage.dox \
+    test/Makefile.am \
+    test/Makefile.in \
+    test/hangul.c \
+    test/hanja.c \
+    test/test.c
 
 ACLOCAL_AMFLAGS = -I m4
+
+dist-hook:
+       if test -d .git; then \
+               git log --name-status --date=iso > $(distdir)/ChangeLog ; \
+       fi