[Server-cvs] protocol/transport/rtp/unittest Umakefil,1.4,1.5
seansmith at helixcommunity.org seansmith at helixcommunity.orgUpdate of /cvsroot/server/protocol/transport/rtp/unittest
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv30042
Modified Files:
Umakefil
Log Message:
Reviewer: tknox
Branches: head
This is a one line diff, so I'm not writing a full CR. The RTP unittests aren't building, and this fixes the problem. The compilation errors are unresolved external symbols tied to the recent base transport addition. I looked in the RDT unittest Umakefil and found a line that's missing from RTP unittest Umakefil.
Index: Umakefil
===================================================================
RCS file: /cvsroot/server/protocol/transport/rtp/unittest/Umakefil,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Umakefil 21 Dec 2006 19:16:22 -0000 1.4
+++ Umakefil 25 Jan 2007 16:07:48 -0000 1.5
@@ -93,6 +93,7 @@
, "server/tools/unittest/netio[utnetiolib]"
, "server/tools/unittest/services[utserviceslib]"
, "server/tools/unittest/utils[ututilslib]"
+ , "server/protocol/transport/common[servbasetranlib]"
, "server/protocol/common[servprotlib]"
, "server/protocol/rtsp[servrtsplib]"
, "server/protocol/transport/rtp[servrtp]"