Don't declare vars in the middle of blocks, do it c89 style
[sipe-libnice.git] / stun / tests / Makefile.am
blob0a2036e266520561742bebb04dfd20dad69802bc
2 # Makefile.am for the Nice Glib ICE library
4 # (C) 2007 Nokia Corporation. All rights reserved.
6 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
8 include $(top_srcdir)/common.mk
9 AM_CPPFLAGS = -I$(top_srcdir)
10 AM_CFLAGS = -std=gnu99
11 LDADD = ../libstun.la
13 check_PROGRAMS = \
14         test-parse \
15         test-format \
16         test-bind \
17         test-turn \
18         test-conncheck
20 dist_check_SCRIPTS = check-bind.sh
22 TESTS = $(check_PROGRAMS)
23 #$(dist_check_SCRIPTS)