aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lalancette <clalance@redhat.com>2009-10-23 12:10:38 +0200
committerChris Lalancette <clalance@redhat.com>2009-10-26 10:34:05 +0100
commit4c893ef9beff8059d7756e5c6f8e9ce2dbd996ad (patch)
tree053eeb9e2b397c2eddccc48d72dfea7737c5f510 /Makefile.am
parentTighten up nonreentrant syntax-check. (diff)
downloadlibvirt-4c893ef9beff8059d7756e5c6f8e9ce2dbd996ad.tar.gz
libvirt-4c893ef9beff8059d7756e5c6f8e9ce2dbd996ad.tar.bz2
libvirt-4c893ef9beff8059d7756e5c6f8e9ce2dbd996ad.zip
Various syntax-check fixes.
Make a pass over the syntax-check files, tightening up regex's, un-ignoring certain files, and cleaning things up. Signed-off-by: Chris Lalancette <clalance@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 977ad0c79..14fc593c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,12 +17,22 @@ EXTRA_DIST = \
mingw32-libvirt.spec.in \
libvirt.pc libvirt.pc.in \
autobuild.sh \
+ .x-sc_avoid_ctype_macros \
.x-sc_avoid_if_before_free \
- .x-sc_require_config_h_first \
+ .x-sc_avoid_write \
+ .x-sc_m4_quote_check \
+ .x-sc_prohibit_asprintf \
+ .x-sc_prohibit_gethostby \
+ .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_VIR_ERR_NO_MEMORY \
.x-sc_require_config_h \
- .x-sc_prohibit_nonreentrant \
+ .x-sc_require_config_h_first \
+ .x-sc_trailing_blank \
Makefile.nonreentrant \
autogen.sh \
examples/domain-events/events-python \