Remove libisf-bin dependency
[platform/core/uifw/libhangul.git] / Makefile.am
index d63f35e..c8a416b 100644 (file)
@@ -1,10 +1,23 @@
-SUBDIRS = hangul data test
+SUBDIRS = hangul data tools po
+DIST_SUBDIRS = hangul data tools po test
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libhangul.pc
 
-log:
-       unset LC_ALL; \
-       export LANG=C ; \
-       export LC_CTYPE=ko_KR.UTF-8; \
-       svn log -v > ChangeLog
+EXTRA_DIST = \
+    config.rpath \
+    doc/Makefile \
+    doc/Doxyfile.in \
+    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