# -----------------------------------------------------------------------------
@bin = qw( spong spong-server spong-network spong-client spong-message
- spong-ack spong-cleanup );
+ spong-ack spong-cleanup spong-status);
@lib = qw( Ack AckList History HistoryList Host HostList Info Service
ServiceList );
@cgibin = qw( www-spong www-spong-ack );
# Make sure that we are running build in the directory where things are
# unpacked. This is kind of a lame check, but good enough for now...
-if( `cat ./.version 2>&1` ne "spong 2.6\n" ) {
+if( `cat ./.version 2>&1` ne "spong 2.7\n" ) {
print "Error: You need to run build from the directory that you unpacked ";
print "spong in.\nPlease \"cd\" into that directory and type \"./build\"\n";
exit(0);