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
This commit is contained in:
wu@webrtc.org
2011-08-25 16:58:58 +00:00
parent e129ae944e
commit eb9572e501

View File

@@ -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',
],