Commit 4a00cf92 authored by Dafydd Harries's avatar Dafydd Harries

move stun test to stun/ directory

darcs-hash:20070109122412-c9803-7ebca8e6b2b05dc0f184a84ab3ebad0c8c8d607d.gz
parent 1d7a3013
...@@ -5,9 +5,13 @@ libstun_a_SOURCES = stun.c ...@@ -5,9 +5,13 @@ libstun_a_SOURCES = stun.c
noinst_LIBRARIES = libstun.a noinst_LIBRARIES = libstun.a
noinst_PROGRAMS = stun-client stun-server noinst_PROGRAMS = stun-client stun-server test
stun_client_LDADD = libstun.a $(GLIB_LIBS) stun_client_LDADD = libstun.a $(GLIB_LIBS)
stun_server_LDADD = libstun.a $(GLIB_LIBS) stun_server_LDADD = libstun.a $(GLIB_LIBS)
test_LDADD = libstun.a $(GLIB_LIBS) $(CHECK_LIBS)
TESTS = test
AM_CFLAGS = -std=c99 -Wall -Werror
test_SOURCES = test.c $(top_srcdir)/stun/stun.h $(top_srcdir)/stun/stun.c
test_CFLAGS = -I$(top_srcdir)/stun $(AM_CFLAGS) @CHECK_CFLAGS@ @GLIB_CFLAGS@
test_LDADD = @CHECK_LIBS@ @GLIB_LIBS@
TESTS = test
noinst_PROGRAMS = test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment