提交 ec5b9331 编写于 作者: R Roman Bogorodskiy

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.
上级 7572a3e2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册