From 2a6cb11eaa8e71a3704f0c2a86ad5ac0becfecf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 12 Dec 2007 17:46:15 +0000 Subject: [PATCH] Run the symbol check --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f48af4346a..6600ba43ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -370,7 +370,8 @@ misc/revision.c: # Unit/regression test ############################################################################### check_PROGRAMS = test_i18n_atof test_url test_utf8 test_control -TESTS = $(check_PROGRAMS) +dist_check_SCRIPTS = check_symbols +TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS) CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` -- 2.39.2