Add win32 directory to EXTRA_DIST
[sipe-libnice.git] / socket / Makefile.am
blob9b5b00630719711edb10f6c6b3e16f690def5251
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 include $(top_srcdir)/common.mk
11 AM_CFLAGS = \
12         -DG_LOG_DOMAIN=\"libnice-socket\" \
13         $(ERROR_CFLAGS) \
14         $(GLIB_CFLAGS) \
15         $(GUPNP_CFLAGS) \
16         -I $(top_srcdir)/random \
17         -I $(top_srcdir)/agent \
18         -I $(top_srcdir)/
20 noinst_LTLIBRARIES = libsocket.la
22 libsocket_la_SOURCES = \
23         socket.h \
24         socket.c \
25         udp-bsd.h \
26         udp-bsd.c \
27         tcp-bsd.h \
28         tcp-bsd.c \
29         pseudossl.h \
30         pseudossl.c \
31         socks5.h \
32         socks5.c \
33         http.h \
34         http.c \
35         turn.h \
36         turn.c \
37         tcp-turn.h \
38         tcp-turn.c