c660ed612cad9c995a21a32b869ddd98fab7c09b
[platform/upstream/libnice.git] / stun / tests / Makefile.am
1 #
2 # Makefile.am for the Nice Glib ICE library
3 #
4 # (C) 2007 Nokia Corporation. All rights reserved.
5 #
6 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
7
8 include $(top_srcdir)/common.mk
9 AM_CPPFLAGS = -I$(top_srcdir)
10 AM_CFLAGS = -std=gnu99
11 LDADD = $(top_builddir)/stun/libstun.la
12
13 check_PROGRAMS = \
14         test-parse \
15         test-format \
16         test-bind \
17         test-conncheck \
18         test-hmac
19
20 if WINDOWS
21   AM_CFLAGS += -DWINVER=0x0501 # _WIN32_WINNT_WINXP
22   LDADD += -lws2_32
23 endif
24
25 dist_check_SCRIPTS = check-bind.sh
26
27 TESTS = $(check_PROGRAMS)
28 #$(dist_check_SCRIPTS)
29
30 EXTRA_DIST = meson.build