aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-04-12 16:43:05 -0600
committerEric Blake <eblake@redhat.com>2010-04-12 16:43:05 -0600
commitbabaae925652ca53baa113d5705a243472c177b5 (patch)
tree9f2aeb4f504ac0e51ccb53a0db33f8f430bba338 /Makefile.am
parentadd nwfilter functions to virsh man page (diff)
downloadlibvirt-babaae925652ca53baa113d5705a243472c177b5.tar.gz
libvirt-babaae925652ca53baa113d5705a243472c177b5.tar.bz2
libvirt-babaae925652ca53baa113d5705a243472c177b5.zip
build: fix syntax-check problems
* .x-sc_prohibit_gettext_noop: Add new exemption. * .x-sc_prohibit_test_minus_ao: Likewise. * Makefile.am (EXTRA_DIST): Distribute new files. * .gitignore: Ignore built file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dd334b5db..286b13b02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,12 +27,14 @@ EXTRA_DIST = \
.x-sc_prohibit_asprintf \
.x-sc_prohibit_gethostby \
.x-sc_prohibit_gethostname \
+ .x-sc_prohibit_gettext_noop \
.x-sc_prohibit_have_config_h \
.x-sc_prohibit_HAVE_MBRTOWC \
.x-sc_prohibit_nonreentrant \
.x-sc_prohibit_strcmp \
.x-sc_prohibit_strcmp_and_strncmp \
.x-sc_prohibit_strncpy \
+ .x-sc_prohibit_test_minus_ao \
.x-sc_prohibit_VIR_ERR_NO_MEMORY \
.x-sc_require_config_h \
.x-sc_require_config_h_first \