From eb9572e501a428a70528e55fca1324889deece5b Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Thu, 25 Aug 2011 16:58:58 +0000 Subject: [PATCH] Add the new peerconnection factory to the scons file. Review URL: http://webrtc-codereview.appspot.com/134001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@449 4adac7df-926f-26a2-2b94-8c16560cd09d --- third_party_mods/libjingle/source/talk/app/webrtc/webrtc.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party_mods/libjingle/source/talk/app/webrtc/webrtc.scons b/third_party_mods/libjingle/source/talk/app/webrtc/webrtc.scons index 611f24c805..a81298b457 100644 --- a/third_party_mods/libjingle/source/talk/app/webrtc/webrtc.scons +++ b/third_party_mods/libjingle/source/talk/app/webrtc/webrtc.scons @@ -8,9 +8,9 @@ talk.Library( env, name = 'webrtc', srcs = [ - 'peerconnection.cc', 'peerconnection_impl.cc', 'peerconnection_proxy.cc', + 'peerconnectionfactory.cc', 'webrtc_json.cc', 'webrtcsession.cc', ],