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 = librandom.la
15 librandom_la_SOURCES = \
23 test_LDADD = librandom.la $(GLIB_LIBS)
25 TESTS = $(check_PROGRAMS)