Calendar manipulation routines from Scott E. Lee.
[gedcom-parse.git] / Makefile.am
index f3b4d3dde9e7eec3f6ffa13844bff9cdd7b110f9..ad366c9ee1d4ca8fa11d56660f00ccbbeaa1366c 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 # $Id$
 # $Name$
-SUBDIRS = ansel gedcom . t doc include
+SUBDIRS = intl ansel gedcom . t doc include po
 INCLUDES = -I $(srcdir)/include
 
 pkgdata_DATA = gedcom.enc
@@ -9,5 +9,6 @@ noinst_PROGRAMS = testgedcom
 
 testgedcom_SOURCES = standalone.c
 testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
+testgedcom_LDADD  = @INTLLIBS@
 
 EXTRA_DIST = $(pkgdata_DATA)