mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
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:
parent
7572a3e2ec
commit
ec5b9331c4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user