Add libiconv (for make dist).
[gedcom-parse.git] / Makefile.am
index fd2524ab4358a54d3cc8c4b4c317c7dc429c7a34..c0450a2bf35bc6704015371e6a9a521c69ed4cdb 100644 (file)
@@ -1,25 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-SUBDIRS = intl ansel gedcom include . t doc po
-INCLUDES = -I $(srcdir)/include
-CFLAGS   = -g -O2
+SUBDIRS = intl iconv utf8 gedcom gom include . t doc data po
 
-pkgdata_DATA = gedcom.enc
-noinst_PROGRAMS = testgedcom
-
-testgedcom_SOURCES = standalone.c utf8-locale.c
-noinst_HEADERS     = utf8-locale.h
-testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
-testgedcom_LDADD  = @INTLLIBS@
-
-EXTRA_DIST = $(pkgdata_DATA) Makefile.inc
+EXTRA_DIST = Makefile.inc
 VERSIONED_FILES = README
 
 include $(top_srcdir)/Makefile.inc
 
 dist-hook:
        $(replace-VERSION)
-
-clean-local:
-       rm -f testgedcom.out