From: RĂ©mi Denis-Courmont Date: Wed, 12 Dec 2007 17:46:15 +0000 (+0000) Subject: Run the symbol check X-Git-Tag: 0.9.0-test0~4155 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2a6cb11eaa8e71a3704f0c2a86ad5ac0becfecf1;p=vlc Run the symbol check --- 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`