Imported Upstream version 0.1.17
[platform/upstream/libnice.git] / examples / Makefile.am
1 #
2 # Makefile.am for the Nice Glib ICE library
3 #
4 # (C) 2006, 2007 Collabora Ltd.
5 # (C) 2006, 2007 Nokia Corporation. All rights reserved.
6 #
7 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
8
9 include $(top_srcdir)/common.mk
10
11 AM_CFLAGS = \
12         -I $(top_srcdir) \
13         -I $(top_srcdir)/agent \
14         -I $(top_srcdir)/random \
15         -I $(top_srcdir)/socket \
16         -I $(top_srcdir)/stun \
17         $(LIBNICE_CFLAGS) \
18         $(GLIB_CFLAGS) \
19         $(GUPNP_CFLAGS)
20
21 noinst_PROGRAMS = simple-example threaded-example sdp-example
22
23 simple_example_SOURCES = simple-example.c
24 simple_example_LDADD = $(top_builddir)/agent/libagent.la \
25          $(GLIB_LIBS) $(GUPNP_LIBS)
26
27 threaded_example_SOURCES = threaded-example.c
28 threaded_example_LDADD = $(top_builddir)/agent/libagent.la \
29          $(GLIB_LIBS) $(GUPNP_LIBS)
30
31 sdp_example_SOURCES = sdp-example.c
32 sdp_example_LDADD = $(top_builddir)/agent/libagent.la \
33          $(GLIB_LIBS) $(GUPNP_LIBS)
34
35 EXTRA_DIST = meson.build