summaryrefslogtreecommitdiff
path: root/random/Makefile.am
blob: 0f97521b3e5cc2bf01db1d78436d4bfa4ef72449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Makefile.am for the Nice Glib ICE library
#
# (C) 2006, 2007 Collabora Ltd.
# (C) 2006, 2007 Nokia Corporation. All rights reserved.
#
# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.

include $(top_srcdir)/common.mk

AM_CFLAGS = $(ERROR_CFLAGS) $(GLIB_CFLAGS)

noinst_LTLIBRARIES = librandom.la

librandom_la_SOURCES = \
	random.h \
	random.c \
	random-glib.h \
	random-glib.c

check_PROGRAMS = test

test_LDADD = $(GLIB_LIBS) librandom.la

TESTS = $(check_PROGRAMS)

pkginclude_HEADERS = random.h random-glib.h