2008/8/21 Alfred M. Szmidt <[EMAIL PROTECTED]>: > diff -u -r1.22 Makefile.am > --- ping/Makefile.am 29 Jun 2007 16:29:31 -0000 1.22 > +++ ping/Makefile.am 20 Aug 2008 04:49:37 -0000 > @@ -29,7 +29,7 @@ > -I$(top_srcdir)/libinetutils > > ping_SOURCES = ping.c ping_common.c ping_echo.c ping_address.c \ > - ping_router.c ping_timestamp.c ping_common.h ping_impl.h > + ping_router.c ping_timestamp.c ping_common.h ping_impl.h ping.h > libping.c > > Would it not be easier to move the content of libping.c into > ping_common.c? > [..]
In my view once all common functions are moved to ping_common, we will get a better picture. Will update with coherent small patches with all issues solved in few days. (Hopefully this weekend). Thank you all for review and important points. -- Cheers, Rakesh Pandit _______________________________________________ bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
