Version 0.1.0.1
[sipe-libnice.git] / random / Makefile.am
blob47dc6f0410f878119bc1eacad75063795a1652ca
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 = \
16         random.h \
17         random.c \
18         random-glib.h \
19         random-glib.c
21 check_PROGRAMS = test
23 test_LDADD = librandom.la $(GLIB_LIBS)
25 TESTS = $(check_PROGRAMS)