include udp-fake.h in udp-fake.c
[sipe-libnice.git] / random / Makefile.am
blob945b9ebb2948d741f745cadf763eb4014e6a844f
2 include $(top_srcdir)/common.mk
4 AM_CFLAGS = -Wall -Werror $(GLIB_CFLAGS)
6 noinst_LTLIBRARIES = librandom.la
8 librandom_la_SOURCES = \
9         random.h \
10         random.c \
11         random-glib.h \
12         random-glib.c
14 check_PROGRAMS = test
16 test_LDADD = $(GLIB_LIBS) librandom.la
18 TESTS = $(check_PROGRAMS)
20 pkginclude_HEADERS = random.h