diff --git a/bootstrap.conf b/bootstrap.conf
index 4b45a4f2feac1af1dfd3a3416c7af55e01ccd1f6..6e037572a17ca859cd1f2ab3f8560afc41c6135b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -92,6 +92,7 @@ regex
 random_r
 sched
 send
+setenv
 setsockopt
 sigaction
 sigpipe
diff --git a/src/Makefile.am b/src/Makefile.am
index 0d2f2f8365fb6ccefcd06fdee5d2b697e984e40b..780cd5236d2801363f4728d09deeeba9604ce41b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1462,7 +1462,8 @@ EXTRA_DIST += \
   libvirt_xenxs.syms	\
   libvirt_libssh2.syms
 
-GENERATED_SYM_FILES = libvirt.syms libvirt.def libvirt_qemu.def
+GENERATED_SYM_FILES = \
+	libvirt.syms libvirt.def libvirt_qemu.def libvirt_lxc.def
 
 BUILT_SOURCES += $(GENERATED_SYM_FILES)