Separate the modification of GCONV_PATH from the rest of the initialization,
[gedcom-parse.git] / Makefile.am
index 031d2a336984e77ee2b28aa87ad791f030173d5d..3e5d93c5db1f68356397f48d4f7d3cd30e3f794c 100644 (file)
@@ -3,11 +3,13 @@
 # $Name$
 SUBDIRS = intl ansel gedcom include . t doc po
 INCLUDES = -I $(srcdir)/include
+CFLAGS   = -g -O2
 
 pkgdata_DATA = gedcom.enc
 noinst_PROGRAMS = testgedcom
 
-testgedcom_SOURCES = standalone.c
+testgedcom_SOURCES = standalone.c utf8-locale.c
+noinst_HEADERS     = utf8-locale.h
 testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
 testgedcom_LDADD  = @INTLLIBS@