X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2FMakefile.am;fp=include%2FMakefile.am;h=2ab50f68264836731190e607190beeadb13114ef;hb=8c92a223c34fbd674f26520fb990c64a7b2f9147;hp=180b31f2ba0b52c965570a9db586d74f9b51db85;hpb=ae28e616f6c2e7f3f2a8bcae0aee203e70e170c9;p=gedcom-parse.git diff --git a/include/Makefile.am b/include/Makefile.am index 180b31f..2ab50f6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,10 @@ ## Process this file with automake to produce Makefile.in # $Id$ # $Name$ -include_HEADERS = gedcom.h +include_HEADERS = gedcom.h \ + gedcom-tags.h +BUILT_SOURCES = gedcom-tags.h + +gedcom-tags.h: $(srcdir)/../gedcom/gedcom.tab.h + cat $(srcdir)/../gedcom/gedcom.tab.h | grep "TAG_\|USERTAG" > gedcom-tags.h +