mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: Include meson files in dist
This commit is contained in:
10
Makefile.am
10
Makefile.am
@ -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'
|
||||
|
||||
|
||||
@ -11,4 +11,6 @@ sysprofd_LDADD = $(SYSTEMD_LIBS)
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
@ -23,6 +23,7 @@ EXTRA_DIST = \
|
||||
org.gnome.Sysprof2.desktop \
|
||||
$(mime_DATA) \
|
||||
$(gsettings_SCHEMAS) \
|
||||
meson.build \
|
||||
$(NULL)
|
||||
|
||||
DISTCLEANFILES = $(pkgconfig_DATA)
|
||||
|
||||
@ -15,4 +15,6 @@ HELP_FILES = \
|
||||
# Translated languages
|
||||
HELP_LINGUAS = cs de pt_BR sv
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
noinst_LTLIBRARIES =
|
||||
lib_LTLIBRARIES =
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = meson.build sysprof.map
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
BUILT_SOURCES =
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
TESTS =
|
||||
TEST_PROGS =
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
test_cflags = \
|
||||
$(GIO_CFLAGS) \
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
bin_PROGRAMS = sysprof-cli
|
||||
noinst_PROGRAMS = sysprof-dump
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
$(GIO_CFLAGS) \
|
||||
|
||||
Reference in New Issue
Block a user