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.
This commit is contained in:
Roman Bogorodskiy 2016-04-09 08:17:14 +03:00
parent 7572a3e2ec
commit ec5b9331c4

View File

@ -473,8 +473,9 @@ lib_LTLIBRARIES = \
endif WITH_NSS endif WITH_NSS
EXTRA_DIST += $(LIBVIRT_NSS_SYMBOL_FILE) \ EXTRA_DIST += $(LIBVIRT_NSS_SOURCES) \
$(LIBVIRT_NSS_SOURCES) $(srcdir)/nss/libvirt_nss.syms \
$(srcdir)/nss/libvirt_nss_bsd.syms
clean-local: clean-local:
-rm -rf wireshark/src/libvirt -rm -rf wireshark/src/libvirt