From: Roman Bogorodskiy Date: Sat, 9 Apr 2016 05:17:14 +0000 (+0300) Subject: nss: properly include syms files to dist X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec5b9331c43f695f75e73981614a0c43daaf742d;p=libvirt.git nss: properly include syms files to dist 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. --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 6005b8b925..9cd62ae44e 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