Fri May 23 07:53:25 EDT 2008 Pekka.Pessi@nokia.com
* tests/Makefile.am: do not fix testsdir Build check_sofia only with make check. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8641 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d886447645
commit
a36ff2d330
|
@ -1 +1 @@
|
|||
Sun May 25 11:23:32 EDT 2008
|
||||
Sun May 25 11:24:02 EDT 2008
|
||||
|
|
|
@ -32,20 +32,13 @@ libtestproxy_a_SOURCES = test_proxy.h test_proxy.c
|
|||
|
||||
libtestnat_a_SOURCES = test_nat.h test_nat.c test_nat_tags.c
|
||||
|
||||
#
|
||||
# Install in special test package
|
||||
#
|
||||
testsdir = ${libdir}/tests/libsofia-sip-ua-tests
|
||||
tests_PROGRAMS =
|
||||
|
||||
if HAVE_CHECK
|
||||
TESTS += check_sofia
|
||||
tests_PROGRAMS += check_sofia
|
||||
check_PROGRAMS += check_sofia
|
||||
endif
|
||||
|
||||
check_sofia_CFLAGS = @CHECK_CFLAGS@
|
||||
|
||||
|
||||
check_sofia_SOURCES = check_sofia.c check_sofia.h \
|
||||
suite_for_nua.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue