[libvirt] [PATCH] nss: properly include syms files to dist

Roman Bogorodskiy bogorodskiy at gmail.com
Sat Apr 9 05:32:33 UTC 2016


Explicitly add Linux and BSD syms files for nss to EXTRA_DIST
instead of using the LIBVIRT_NSS_SYMBOL_FILE variable, because its value
will point to either Linux or BSD syms file, but we need to ship both.
---
 tools/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6005b8b..9cd62ae 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -473,8 +473,9 @@ lib_LTLIBRARIES = \
 
 endif WITH_NSS
 
-EXTRA_DIST += $(LIBVIRT_NSS_SYMBOL_FILE) \
-	$(LIBVIRT_NSS_SOURCES)
+EXTRA_DIST += $(LIBVIRT_NSS_SOURCES) \
+	$(srcdir)/nss/libvirt_nss.syms \
+	$(srcdir)/nss/libvirt_nss_bsd.syms
 
 clean-local:
 	-rm -rf wireshark/src/libvirt
-- 
2.7.4




More information about the libvir-list mailing list