Find and document every message attribute/error code and from which RFC/Draft they...
[sipe-libnice.git] / stun / tools / Makefile.am
blobea24b3fc44c1f010c3a87b1e35daad1822ab4276
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 = ../libstun.la
21 stunbdc_SOURCES = stunbdc.c 
23 stunbdc_LDADD = ../libstun.la