Change glib dependency to >= 2.13 because of G_PARAM_STATIC_STRINGS
[sipe-libnice.git] / random / Makefile.am
blob8d8ab8205821a23c99e0b0fcd33a8b79920412c0
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 include $(top_srcdir)/common.mk
11 AM_CFLAGS = $(ERROR_CFLAGS) $(GLIB_CFLAGS)
13 noinst_LTLIBRARIES = libnice-random.la
15 libnice_random_la_SOURCES = \
16         random.h \
17         random.c \
18         random-glib.h \
19         random-glib.c
21 check_PROGRAMS = test
23 test_LDADD = libnice-random.la $(GLIB_LIBS)
25 TESTS = $(check_PROGRAMS)