diff options
author | Robert Tari <robert@tari.in> | 2020-12-03 16:43:01 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-12-03 16:43:01 +0100 |
commit | 295c154ba9a31fa0a37a9e8cf0e397004bc19f20 (patch) | |
tree | 63b300bd46a8d7185e453ef2ab8a97b7ace9c118 /Makefile.am | |
parent | 6e5bb51a4bbb5171fd7f29efb4797fb7662e11b4 (diff) | |
parent | afdf46234563a32bbcc6f9c5166d13482e10b1c1 (diff) | |
download | ayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.tar.gz ayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.tar.bz2 ayatana-ido-295c154ba9a31fa0a37a9e8cf0e397004bc19f20.zip |
Merge branch 'sunweaver-pr/fix-make-distcheck'
Attributes GH PR #22: https://github.com/AyatanaIndicators/ayatana-ido/pull/22
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a9afbed..427354e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,4 +47,6 @@ DISTCLEANFILES = \ EXTRA_DIST = libayatana-ido3.pc.in +DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc --disable-silent-rules + include $(top_srcdir)/Makefile.am.coverage |