comparison dep/anitomy/Makefile.am @ 252:a0eeb2cc7e6d

*: resolve make distcheck failures
author Paper <paper@paper.us.eu.org>
date Tue, 06 Feb 2024 02:24:49 -0500
parents a7d0d543b334
children
comparison
equal deleted inserted replaced
251:4d635d3e168a 252:a0eeb2cc7e6d
8 anitomy/parser_number.cpp \ 8 anitomy/parser_number.cpp \
9 anitomy/string.cpp \ 9 anitomy/string.cpp \
10 anitomy/token.cpp \ 10 anitomy/token.cpp \
11 anitomy/tokenizer.cpp 11 anitomy/tokenizer.cpp
12 12
13 include_HEADERS = \ 13 pkginclude_HEADERS = \
14 anitomy/anitomy.h \ 14 anitomy/anitomy.h \
15 anitomy/element.h \ 15 anitomy/element.h \
16 anitomy/keyword.h \ 16 anitomy/keyword.h \
17 anitomy/options.h \
17 anitomy/parser.h \ 18 anitomy/parser.h \
18 anitomy/string.h \ 19 anitomy/string.h \
19 anitomy/token.h \ 20 anitomy/token.h \
20 anitomy/tokenizer.h 21 anitomy/tokenizer.h
21 22