Pass the parsed tag value (integer format) together with the string value
[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         cat $(srcdir)/../gedcom/gedcom.tab.h | grep "TAG_\|USERTAG" > gedcom-tags.h
10