summaryrefslogtreecommitdiff
path: root/stun/Makefile.am
blob: db9c8cf3749867973ea6b580bde4dd39da2b8ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Makefile.am for the Nice Glib ICE library
#
# (C) 2006, 2007 Collabora Ltd.
# (C) 2006, 2007 Nokia Corporation. All rights reserved.
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.

SUBDIRS = . tools tests

include $(top_srcdir)/common.mk

AM_CFLAGS = -std=gnu99 $(ERROR_CFLAGS) $(OPENSSL_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)

noinst_LTLIBRARIES = libstun.la

libstun_la_SOURCES = stun.h constants.h \
	stunagent.c stunagent.h \
	stunmessage.c stunmessage.h \
	stun3489bis.c stun3489bis.h \
	stuncrc32.c stuncrc32.h \
	stunhmac.c stunhmac.h \
	utils.c  utils.h
#	usages/stun-ice.c usages/stun-ice.h

libstun_la_LIBADD = $(OPENSSL_LIBS) $(LIBRT)