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:
parent
a85f06952d
commit
f0708b3441
|
|
@ -52,6 +52,9 @@ ostree_SOURCES = src/ostree/main.c \
|
||||||
src/ostree/ot-editor.c \
|
src/ostree/ot-editor.c \
|
||||||
src/ostree/ot-editor.h \
|
src/ostree/ot-editor.h \
|
||||||
src/ostree/parse-datetime.h \
|
src/ostree/parse-datetime.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
nodist_ostree_SOURCES = \
|
||||||
src/ostree/parse-datetime.c \
|
src/ostree/parse-datetime.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue