Added parameter to conversion from UTF-8 to locale, to return the number
[gedcom-parse.git] / include / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id$
3 # $Name$
4 include_HEADERS = gedcom.h \
5                   gedcom-tags.h
6 BUILT_SOURCES = gedcom-tags.h
7
8 gedcom-tags.h:  $(srcdir)/../gedcom/gedcom.tab.h
9         grep "TAG_\|USERTAG" $(srcdir)/../gedcom/gedcom.tab.h > gedcom-tags.h
10