cleanup in progress - removed dependency on client
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 16:58:57 +0000 (16:58 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 10 Jun 2007 16:58:57 +0000 (16:58 +0000)
org.glite.lb.proxy/Makefile
org.glite.lb.proxy/src/fake_write2rgma.c

index 0751940..2644d7a 100644 (file)
@@ -162,7 +162,8 @@ install:
 
 
 clean:
-       rm -rf *.o .libs glite-lb-proxy
+       rm -rvf *.o .libs glite-lb-proxy
+       rm -rvf log.xml project/ rpmbuild/ RPMS/ tgz/
 
 %.o: %.y
        ${YACC} -d ${YFLAGS} $<
index f49a5a8..c0c3c96 100755 (executable)
@@ -3,7 +3,6 @@
 #include <stdio.h>
 
 #include "glite/wmsutils/jobid/cjobid.h"
-#include "glite/lb/producer.h"
 #include "glite/lb/jobstat.h"
 
 char* write2rgma_statline(edg_wll_JobStat *stat)