summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2017-02-23 11:37:58 +0100
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-02-25 16:22:22 +0530
commitcf23c6e16217a9bc52e73799ad70cae22dc7a746 (patch)
tree4ee7f0bfda4276461a73db1e5c25a68ead3ec36d /Makefile.am
parent9f1c8a5ba49e7cad67b7ebf6e3e119eeb32a7ff0 (diff)
build: refactor
- tcmu-runner and targetcli are not build dependencies - use pkg-config to get libgfapi build parameters - cleanup .spec file Change-Id: Ib1451f7a375438cd2e78ae4137d1d02e01516fbd Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a07333b..97cc3be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ DISTCLEANFILES = Makefile.in gluster-block.spec autom4te.cache
CLEANFILES = *~ gluster-block.spec
-EXTRA_DIST = autogen.sh README.md
+EXTRA_DIST = autogen.sh README.md COPYING-GPLV2 COPYING-LGPLV3
rpms: prep
QA_RPATHS=17 rpmbuild --define '_topdir $(abs_top_builddir)/build/rpmbuild' \