b6f5d74539e6bce681fc93ac80070bf1171f661c
[platform/upstream/libnice.git] / random / 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 = $(LIBNICE_CFLAGS) $(GLIB_CFLAGS)
12
13 noinst_LTLIBRARIES = libnice-random.la
14
15 libnice_random_la_SOURCES = \
16         random.h \
17         random.c \
18         random-glib.h \
19         random-glib.c
20
21 check_PROGRAMS = test
22
23 test_LDADD = libnice-random.la $(GLIB_LIBS)
24
25 TESTS = $(check_PROGRAMS)
26
27 EXTRA_DIST = meson.build