From e9dbd00f42531c93cfdd02abdc766acf5080e30c Mon Sep 17 00:00:00 2001 From: mpc <mpc> Date: Sun, 7 Nov 2004 04:12:36 +0000 Subject: [PATCH] *** empty log message *** --- apps/sam/c/Makefile.common | 1 + apps/sam/c/doc/todo.txt | 1 + apps/sam/c/doc/whatsnew.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/apps/sam/c/Makefile.common b/apps/sam/c/Makefile.common index a8b2a1a725..e43d22f043 100644 --- a/apps/sam/c/Makefile.common +++ b/apps/sam/c/Makefile.common @@ -21,5 +21,6 @@ libsam: $(OBJS) # Cleanup rules # +# WTF doesn't this remove the .depend ?!? clean: -$(RM) -f $(LIBDIR)/libsam.a $(OBJDIR)/*.o .depend diff --git a/apps/sam/c/doc/todo.txt b/apps/sam/c/doc/todo.txt index 72f72fce81..8d51040b16 100644 --- a/apps/sam/c/doc/todo.txt +++ b/apps/sam/c/doc/todo.txt @@ -4,6 +4,7 @@ I need to do these things: * Write an instruction manual * Make dest a dynamic string * Change SAM parser to use a hashmap +* Switch to GNU Autoconf (?) Anyone can help with these things: diff --git a/apps/sam/c/doc/whatsnew.txt b/apps/sam/c/doc/whatsnew.txt index e76de5ba17..2836bc9fb1 100644 --- a/apps/sam/c/doc/whatsnew.txt +++ b/apps/sam/c/doc/whatsnew.txt @@ -2,6 +2,8 @@ v1.30 * Added SAM_BAD_STYLE error + * Added "pinger.sh" shell script example for using i2p-ping + * Various minor enhancements and bug fixes v1.25 2004-07-31 * Created I2P-Ping, a new example program (it's a clone of I2Ping). Works -- GitLab