On 04/09/2016 01:32 AM, Roman Bogorodskiy wrote:
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
ACK
- Cole