Port GStreamer src/sink to 0.11
[sipe-libnice.git] / gst / Makefile.am
blob34e00c7a1f4426d2f2652a8ae208fefad5ad3dff
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 \
16         -DGST_USE_UNSTABLE_API
18 COMMON_LDADD = \
19         $(GST_LIBS) \
20         $(top_builddir)/nice/libnice.la
22 # libgstnice
24 gstplugin_LTLIBRARIES = libgstnice.la
26 libgstnice_la_SOURCES = \
27         gstnicesrc.h \
28         gstnicesrc.c \
29         gstnicesink.h \
30         gstnicesink.c \
31         gstnice.h \
32         gstnice.c
34 libgstnice_la_LIBADD = $(COMMON_LDADD)
36 libgstnice_la_LDFLAGS = -module -avoid-version