Change the top_srcdir and ../ directories from Makefile.am to use top_builddir where...
[sipe-libnice.git] / stun / tests / Makefile.am
blob50e4e35ef3d39c8c1a53e66d8c2784ac42a8163d
2 # Makefile.am for the Nice Glib ICE library
4 # (C) 2007 Nokia Corporation. All rights reserved.
6 # Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
8 include $(top_srcdir)/common.mk
9 AM_CPPFLAGS = -I$(top_srcdir)
10 AM_CFLAGS = -std=gnu99
11 LDADD = $(top_builddir)/stun/libstun.la
13 check_PROGRAMS = \
14         test-parse \
15         test-format \
16         test-bind \
17         test-turn \
18         test-conncheck \
19         test-hmac
21 dist_check_SCRIPTS = check-bind.sh
23 TESTS = $(check_PROGRAMS)
24 #$(dist_check_SCRIPTS)