Index: branches/green_dot/build
===================================================================
--- branches/green_dot/build	(revision 164)
+++ branches/green_dot/build	(revision 165)
@@ -1,5 +1,5 @@
 #!/bin/bash
 # Compile everything and produce the executable client
-g++ -g fep_client.cpp fep_clnt.c fep_xdr.c -o client 
+g++ -g DataPacker.cpp fep_client.cpp fep_clnt.c fep_xdr.c -o client 
 
 
