From f31c3e5020fb088d051fde43366ec9ed55a2ec44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 23 Oct 2013 21:14:54 +0200 Subject: [PATCH] build: distribute both license files The switch to two differences licenses made two license files where there used to be one. Distribute both with the dist target. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 061bb6e7..96aabd20 100755 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ DIST_SUBDIRS = $(basedirs) SparkleShare EXTRA_DIST = \ News.txt \ README.md \ - legal/License.txt \ + legal/License_for_SparkleShare.txt \ + legal/License_for_SparkleLib.txt \ legal/Trademark.txt \ legal/Authors.txt \ SparkleShare/Linux/sparkleshare.appdata.xml