Use own colors; specifically to have white background.
[gedcom-parse.git] / Makefile.am
index f3b4d3dde9e7eec3f6ffa13844bff9cdd7b110f9..fc28a10210180bee69bb93a370331e9c4e559477 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 include . t doc po
 INCLUDES = -I $(srcdir)/include
 
 pkgdata_DATA = gedcom.enc
@@ -9,5 +9,18 @@ noinst_PROGRAMS = testgedcom
 
 testgedcom_SOURCES = standalone.c
 testgedcom_LDFLAGS = -L gedcom/.libs -lgedcom
+testgedcom_LDADD  = @INTLLIBS@
 
 EXTRA_DIST = $(pkgdata_DATA)
+VERSIONED_FILES = README
+
+dist-hook:
+       @cd $(distdir); \
+       for file in $(VERSIONED_FILES); do \
+          sed 's/\@VERSION\@/${VERSION}/' $$file > $$file.new; \
+         rm $$file; \
+         mv $$file.new $$file; \
+       done
+
+clean-local:
+       rm -f testgedcom.out