[beast: 4/20] BUILD: fix some automake warnings
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 4/20] BUILD: fix some automake warnings
- Date: Sun, 18 Jun 2017 22:51:30 +0000 (UTC)
commit c96696fd65f107a821e228e1195da92cdcfb6564
Author: Tim Janik <timj gnu org>
Date: Sun Jun 18 18:20:24 2017 +0200
BUILD: fix some automake warnings
Signed-off-by: Tim Janik <timj gnu org>
Makefile.am | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 058881c..168cc60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,6 @@ topdir = $(abs_top_srcdir)
SUBDIRS = . sfi bse plugins drivers shell pybeast beast-gtk launchers library tools ebeast po
docs data tests
-# == make setup ==
-noinst_DATA =
# == doc/ install ==
projectdocsdir = $(beastdocdir)/
@@ -93,7 +91,7 @@ dist: all
$(Q) rm -f $(distname).tar.xz && xz $(distname).tar && test -e $(distnamexz)
$(Q) echo "Archive ready: $(distnamexz)" | sed '1h; 1s/./=/g; 1p; 1x; $$p; $$x'
.PHONY: dist
-EXTRA_DIST = ChangeLog README
+EXTRA_DIST += ChangeLog README
# == distcheck ==
# Distcheck aims:
@@ -147,7 +145,6 @@ distuninstallcheck:
|| { echo "$@: ERROR: files left after uninstall:" ; \
$(distuninstallcheck_listfiles) ; \
false; } >&2
-distuninstallcheck_listfiles = find . -type f -print
.PHONY: distcheck distuninstallcheck distuninstallcheck-hook
# == distcheck-checks ==
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]