summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9b48d5049c51cfbcde2c83472c59929b8c095390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUBDIRS = hangul data tools po
DIST_SUBDIRS = hangul data tools po test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libhangul.pc

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

log:
	unset LC_ALL; \
	export LANG=C ; \
	export LC_CTYPE=ko_KR.UTF-8; \
	svn log -v > ChangeLog

ACLOCAL_AMFLAGS = -I m4