summaryrefslogtreecommitdiff
path: root/socket/Makefile.am
blob: 72c395b3dfeb8a708b45fd9806ce74b63a4c2d20 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# 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.

include $(top_srcdir)/common.mk

AM_CFLAGS = \
	-DG_LOG_DOMAIN=\"libnice-socket\" \
	$(LIBNICE_CFLAGS) \
	$(GLIB_CFLAGS) \
	$(GUPNP_CFLAGS) \
	-I $(top_srcdir)/random \
	-I $(top_srcdir)/agent \
	-I $(top_srcdir)/

noinst_LTLIBRARIES = libsocket.la

libsocket_la_SOURCES = \
	socket.h \
	socket-priv.h \
	socket.c \
	udp-bsd.h \
	udp-bsd.c \
	tcp-bsd.h \
	tcp-bsd.c \
	tcp-active.h \
	tcp-active.c \
	tcp-passive.h \
	tcp-passive.c \
	pseudossl.h \
	pseudossl.c \
	socks5.h \
	socks5.c \
	http.h \
	http.c \
	udp-turn.h \
	udp-turn.c \
	udp-turn-over-tcp.h \
	udp-turn-over-tcp.c