Explanation about character encoding.
[gedcom-parse.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4 SUBDIRS = intl ansel gedcom include . t doc po
5 INCLUDES = -I $(srcdir)/include
6
7 pkgdata_DATA = gedcom.enc
8 noinst_PROGRAMS = testgedcom
9
10 testgedcom_SOURCES = standalone.c
11 testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
12 testgedcom_LDADD  = @INTLLIBS@
13
14 EXTRA_DIST = $(pkgdata_DATA)
15 VERSIONED_FILES = README
16
17 include $(top_srcdir)/Makefile.inc
18
19 dist-hook:
20         $(replace-VERSION)
21
22 clean-local:
23         rm -f testgedcom.out