Version 0.1.0
[sipe-libnice.git] / stun / tools / Makefile.am
blob48fc0a5ad00a524de742e1edb5352cbbd1a24b3b
2 # Makefile.am for the Nice Glib ICE library
4 # (C) 2006, 2007 Collabora Ltd.
5 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
7 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
10 include $(top_srcdir)/common.mk
11 AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS)
12 AM_CPPFLAGS = -I$(top_srcdir) 
14 bin_PROGRAMS = stunbdc stund
16 check_PROGRAMS = stund
18 stund_SOURCES = stund.c stund.h
19 stund_LDADD = $(top_builddir)/stun/libstun.la
21 stunbdc_SOURCES = stunbdc.c 
23 stunbdc_LDADD = $(top_builddir)/stun/libstun.la