c9456500ca86ad099442282a81459c2f8855a210
[platform/upstream/libnice.git] / stun / tools / Makefile.am
1 #
2 # Makefile.am for the Nice Glib ICE library
3 #
4 # (C) 2006, 2007 Collabora Ltd.
5 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
6 #
7 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
8 #
9
10 include $(top_srcdir)/common.mk
11 AM_CFLAGS = -std=gnu99 $(LIBNICE_CFLAGS)
12 AM_CPPFLAGS = -I$(top_srcdir) 
13
14 bin_PROGRAMS = stunbdc stund
15
16 check_PROGRAMS = stund
17
18 stund_SOURCES = stund.c stund.h
19 stund_LDADD = $(top_builddir)/stun/libstun.la
20
21 stunbdc_SOURCES = stunbdc.c 
22
23 stunbdc_LDADD = $(top_builddir)/stun/libstun.la
24
25
26 if WINDOWS
27   AM_CFLAGS += -DWINVER=0x0501 # _WIN32_WINNT_WINXP
28   stunbdc_LDADD += -lws2_32
29 endif
30
31 EXTRA_DIST = meson.build