Index: wmnetmon-0.2p6/Makefile.in
===================================================================
--- wmnetmon-0.2p6.orig/Makefile.in
+++ wmnetmon-0.2p6/Makefile.in
@@ -21,5 +21,5 @@
 	rm -f *.o wmnetmon
 
 realclean: clean
-	rm config.cache config.log config.status config.h Makefile
+	rm -f config.cache config.log config.status config.h Makefile
 	
Index: wmnetmon-0.2p6/configure.in
===================================================================
--- wmnetmon-0.2p6.orig/configure.in
+++ wmnetmon-0.2p6/configure.in
@@ -19,6 +19,7 @@
 if test "$x_includes" != ""; then
 CPPFLAGS="$CPPFLAGS -I$x_includes"
 fi
+CPPFLAGS+=" -g "
 AC_CHECK_LIB(X11, XSelectInput,
 , AC_MSG_ERROR([*** Could not find libX11 ***]))
 LDFLAGS="$LDFLAGS -lX11"
