Add a function to retrieve an xref by its key.
[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.h \
7                 gedcom-tags.h
8 EXTRA_DIST = gedcom.h.in
9
10 gedcom-tags.h:  $(srcdir)/../gedcom/gedcom.tab.h
11         grep "TAG_\|USERTAG" $< > $@
12