[vlc-devel] commit: Enable check_headers ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon May 26 19:23:29 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon May 26 20:24:45 2008 +0300| [3b9c8273f54c0a16cab11d032e11d324930c6ab6]
Enable check_headers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b9c8273f54c0a16cab11d032e11d324930c6ab6
---
src/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 020a9b3..de41e13 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -514,8 +514,7 @@ check-local:
fi ; \
done
$(srcdir)/check_headers $(pkginclude_HEADERS)
-# Hmm, this test should not fail:
- -$(srcdir)/check_headers $(pluginsinclude_HEADERS)
+ $(srcdir)/check_headers $(pluginsinclude_HEADERS)
FORCE:
@echo "Generated source cannot be phony. Go away." >&2
More information about the vlc-devel
mailing list