Save the to/from addresses and put them in newly created buffers
[sipe-libnice.git] / stun / Makefile.am
blobe4a8649cf68c98bbedb300589ed8ba5c37b7d200
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.
9 SUBDIRS = . tools tests
11 include $(top_srcdir)/common.mk
13 AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS) $(OPENSSL_CFLAGS)
14 AM_CPPFLAGS = -I$(top_srcdir)
16 noinst_LTLIBRARIES = libstun.la
18 libstun_la_SOURCES = stun.h constants.h \
19         stunagent.c stunagent.h \
20         stunmessage.c stunmessage.h \
21         stun3489bis.c stun3489bis.h \
22         stuncrc32.c stuncrc32.h \
23         stunhmac.c stunhmac.h \
24         utils.c  utils.h \
25         usages/ice.c usages/ice.h \
26         usages/bind.c usages/bind.h \
27         usages/turn.c usages/turn.h \
28         usages/timer.c usages/timer.h \
29         usages/trans.c usages/trans.h
31 libstun_la_LIBADD = $(OPENSSL_LIBS) $(LIBRT)