build: Don't distribute Bison-generated parser in dist tarballs

Signed-off-by: Simon McVittie <smcv@collabora.com>

Closes: #1563
Approved by: cgwalters
This commit is contained in:
Simon McVittie 2018-04-26 18:29:49 +01:00 committed by Atomic Bot
parent a85f06952d
commit f0708b3441

View File

@ -52,6 +52,9 @@ ostree_SOURCES = src/ostree/main.c \
src/ostree/ot-editor.c \
src/ostree/ot-editor.h \
src/ostree/parse-datetime.h \
$(NULL)
nodist_ostree_SOURCES = \
src/ostree/parse-datetime.c \
$(NULL)