From bf964b2ee8ce81f40277958491d7ca85d418cca1 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 27 Feb 2008 22:11:44 +0000 Subject: [PATCH] undo my oops git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7761 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am b/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am index ab20e470d1..aec84dc18b 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am +++ b/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am @@ -51,10 +51,9 @@ libtestnua_la_SOURCES = test_nua.h test_ops.c \ test_call_reject.c test_cancel_bye.c \ test_call_hold.c test_session_timer.c \ test_refer.c test_100rel.c \ - test_sip_events.c test_simple.c \ + test_simple.c test_sip_events.c \ test_extension.c - libtestproxy_la_SOURCES = test_proxy.h test_proxy.c libtestnat_la_SOURCES = test_nat.h test_nat.c test_nat_tags.c