Updated doc to match code
[sipe-libnice.git] / gst / Makefile.am
blob81c233f37adb738d3b74822a1e3c5690f6c3a8dd
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 = -Wall -Werror \
10         $(GST_CFLAGS) \
11         -I $(top_srcdir) \
12         -I $(top_srcdir)/udp \
13         -I $(top_srcdir)/agent \
14         -I $(top_srcdir)/random \
15         -I $(top_srcdir)/address \
16         -I $(top_srcdir)/stun
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
38 # programs
40 #check_PROGRAMS = \
41 #       test
43 #test_LDADD = \
44 #       $(COMMON_LDADD) \
45 #       ../stun/libstun.la \
46 #       libgstnice.la
48 # TESTS = $(check_PROGRAMS)
50 #noinst_PROGRAMS = \
51 #       jingle-gst-test-server
53 #jingle_gst_test_server_LDADD = $(COMMON_LDADD)