Add win32 directory to EXTRA_DIST
[sipe-libnice.git] / stun / tests / Makefile.am
blob8475c0554f150f6a5c31a71eb0fd629227819bac
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 = $(top_builddir)/stun/libstun.la
13 check_PROGRAMS = \
14         test-parse \
15         test-format \
16         test-bind \
17         test-conncheck \
18         test-hmac
20 if WINDOWS
21   AM_CFLAGS += -DWINVER=0x0501 # _WIN32_WINNT_WINXP
22   LDADD += -lws2_32
23 endif
25 dist_check_SCRIPTS = check-bind.sh
27 TESTS = $(check_PROGRAMS)
28 #$(dist_check_SCRIPTS)