build: Include meson files in dist

This commit is contained in:
Patrick Griffis
2016-12-01 02:47:03 -05:00
parent 52bc856be4
commit ce9cd3ed43
8 changed files with 18 additions and 3 deletions

View File

@ -1,6 +1,14 @@
SUBDIRS = daemon data help lib po src tools tests
EXTRA_DIST = AUTHORS tap-test COPYING.gpl-2
EXTRA_DIST = \
AUTHORS \
tap-test \
COPYING.gpl-2 \
meson.build \
meson_options.txt \
meson_post_install.sh \
config.h.meson \
po/meson.build
DISTCHECK_CONFIGURE_FLAGS = --with-sysprofd=bundled --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'