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
|
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'
|
DISTCHECK_CONFIGURE_FLAGS = --with-sysprofd=bundled --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'
|
||||||
|
|
||||||
|
|||||||
@ -11,4 +11,6 @@ sysprofd_LDADD = $(SYSTEMD_LIBS)
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST = meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -23,6 +23,7 @@ EXTRA_DIST = \
|
|||||||
org.gnome.Sysprof2.desktop \
|
org.gnome.Sysprof2.desktop \
|
||||||
$(mime_DATA) \
|
$(mime_DATA) \
|
||||||
$(gsettings_SCHEMAS) \
|
$(gsettings_SCHEMAS) \
|
||||||
|
meson.build \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
DISTCLEANFILES = $(pkgconfig_DATA)
|
DISTCLEANFILES = $(pkgconfig_DATA)
|
||||||
|
|||||||
@ -15,4 +15,6 @@ HELP_FILES = \
|
|||||||
# Translated languages
|
# Translated languages
|
||||||
HELP_LINGUAS = cs de pt_BR sv
|
HELP_LINGUAS = cs de pt_BR sv
|
||||||
|
|
||||||
|
EXTRA_DIST = meson.build
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
noinst_LTLIBRARIES =
|
noinst_LTLIBRARIES =
|
||||||
lib_LTLIBRARIES =
|
lib_LTLIBRARIES =
|
||||||
EXTRA_DIST =
|
EXTRA_DIST = meson.build sysprof.map
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
DISTCLEANFILES =
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
|
|||||||
@ -33,7 +33,7 @@ sysprof_LDADD = \
|
|||||||
$(top_builddir)/lib/libsysprof-ui-@API_VERSION@.la \
|
$(top_builddir)/lib/libsysprof-ui-@API_VERSION@.la \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST =
|
EXTRA_DIST = meson.build
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
DISTCLEANFILES =
|
DISTCLEANFILES =
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
TESTS =
|
TESTS =
|
||||||
TEST_PROGS =
|
TEST_PROGS =
|
||||||
|
EXTRA_DIST = meson.build
|
||||||
|
|
||||||
test_cflags = \
|
test_cflags = \
|
||||||
$(GIO_CFLAGS) \
|
$(GIO_CFLAGS) \
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
bin_PROGRAMS = sysprof-cli
|
bin_PROGRAMS = sysprof-cli
|
||||||
noinst_PROGRAMS = sysprof-dump
|
noinst_PROGRAMS = sysprof-dump
|
||||||
|
EXTRA_DIST = meson.build
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
$(GIO_CFLAGS) \
|
$(GIO_CFLAGS) \
|
||||||
|
|||||||
Reference in New Issue
Block a user