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'

View File

@ -11,4 +11,6 @@ sysprofd_LDADD = $(SYSTEMD_LIBS)
endif
EXTRA_DIST = meson.build
-include $(top_srcdir)/git.mk

View File

@ -23,6 +23,7 @@ EXTRA_DIST = \
org.gnome.Sysprof2.desktop \
$(mime_DATA) \
$(gsettings_SCHEMAS) \
meson.build \
$(NULL)
DISTCLEANFILES = $(pkgconfig_DATA)

View File

@ -15,4 +15,6 @@ HELP_FILES = \
# Translated languages
HELP_LINGUAS = cs de pt_BR sv
EXTRA_DIST = meson.build
-include $(top_srcdir)/git.mk

View File

@ -1,6 +1,6 @@
noinst_LTLIBRARIES =
lib_LTLIBRARIES =
EXTRA_DIST =
EXTRA_DIST = meson.build sysprof.map
CLEANFILES =
DISTCLEANFILES =
BUILT_SOURCES =

View File

@ -33,7 +33,7 @@ sysprof_LDADD = \
$(top_builddir)/lib/libsysprof-ui-@API_VERSION@.la \
$(NULL)
EXTRA_DIST =
EXTRA_DIST = meson.build
CLEANFILES =
DISTCLEANFILES =
BUILT_SOURCES =

View File

@ -1,5 +1,6 @@
TESTS =
TEST_PROGS =
EXTRA_DIST = meson.build
test_cflags = \
$(GIO_CFLAGS) \

View File

@ -1,5 +1,6 @@
bin_PROGRAMS = sysprof-cli
noinst_PROGRAMS = sysprof-dump
EXTRA_DIST = meson.build
AM_CPPFLAGS = \
$(GIO_CFLAGS) \