fixed makefile to remove the .so file
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Mar 2005 00:28:50 +0000 (00:28 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Mar 2005 00:28:50 +0000 (00:28 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@224 9efc2488-bf62-4759-914b-345cdb29e865

src/libstack/Makefile

index 937c2ee..b75b5bb 100644 (file)
@@ -27,4 +27,4 @@ libopensrf_transport:
        make -C ../libtransport
 
 clean:
-       /bin/rm -f *.o sys_client client
+       /bin/rm -f *.o sys_client client $(LIB_DIR)/libopensrf_stack.so