Commit 567ad4b2 authored by Dafydd Harries's avatar Dafydd Harries

move stun/test from noinst_PROGRAMS to check_PROGRAMS

darcs-hash:20070120141715-c9803-dd2274e6b23ab4fb3ff7938ab388ca2e53a335e4.gz
parent 57e8a0d8
...@@ -5,12 +5,14 @@ libstun_la_SOURCES = stun.h stun.c ...@@ -5,12 +5,14 @@ libstun_la_SOURCES = stun.h stun.c
noinst_LTLIBRARIES = libstun.la noinst_LTLIBRARIES = libstun.la
noinst_PROGRAMS = stun-client stun-server test noinst_PROGRAMS = stun-client stun-server
stun_client_LDADD = libstun.la $(GLIB_LIBS) stun_client_LDADD = libstun.la $(GLIB_LIBS)
stun_server_LDADD = libstun.la $(GLIB_LIBS) stun_server_LDADD = libstun.la $(GLIB_LIBS)
check_PROGRAMS = test
test_LDADD = libstun.la $(GLIB_LIBS) $(CHECK_LIBS) test_LDADD = libstun.la $(GLIB_LIBS) $(CHECK_LIBS)
TESTS = test TESTS = 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