Remove libisf-bin dependency
[platform/core/uifw/libhangul.git] / Makefile.am
index 2a149e1..c8a416b 100644 (file)
@@ -1,6 +1,23 @@
-SUBDIRS = hangul test
+SUBDIRS = hangul data tools po
+DIST_SUBDIRS = hangul data tools po test
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libhangul.pc
 
 EXTRA_DIST = \
-    pyhangul/Makefile \
-    pyhangul/pyhangul.c \
-    pyhangul/setup.py
+    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