discovery: Simplify slist freeing
[sipe-libnice.git] / gst / Makefile.am
blob70d74a6f9f5c922c5313b7f1ae01a99589a1e34d
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 AM_CFLAGS = $(LIBNICE_CFLAGS) \
10         $(GST_CFLAGS) \
11         -I $(top_srcdir) \
12         -I $(top_srcdir)/socket \
13         -I $(top_srcdir)/agent \
14         -I $(top_srcdir)/random \
15         -I $(top_srcdir)/stun
17 COMMON_LDADD = \
18         $(GST_LIBS) \
19         $(top_builddir)/nice/libnice.la
21 # libgstnice
23 gstplugin_LTLIBRARIES = libgstnice.la
25 libgstnice_la_SOURCES = \
26         gstnicesrc.h \
27         gstnicesrc.c \
28         gstnicesink.h \
29         gstnicesink.c \
30         gstnice.h \
31         gstnice.c
33 libgstnice_la_LIBADD = $(COMMON_LDADD)
35 libgstnice_la_LDFLAGS = -module -avoid-version