+2006-02-14 Guillem Jover <guillem@debian.org>
+
+ * arc4random.c: Move to ...
+ * src/arc4random.c: ... here.
+ * bsd_getopt.c: Move to ...
+ * src/bsd_getopt.c:: ... here.
+ * err.c: Move to ...
+ * src/err.c:: ... here.
+ * fgetln.c: Move to ...
+ * src/fgetln.c:: ... here.
+ * fmtcheck.c: Move to ...
+ * src/fmtcheck.c:: ... here.
+ * inet_net_pton.c: Move to ...
+ * src/inet_net_pton.c:: ... here.
+ * strlcat.c: Move to ...
+ * src/strlcat.c:: ... here.
+ * strlcpy.c: Move to ...
+ * src/strlcpy.c:: ... here.
+ * md5c.c: Move to ...
+ * src/md5c.c:: ... here.
+ * md5.copyright: Move to ...
+ * src/md5.copyright:: ... here.
+ * Makefile (LIB_SRCS): Automatically prefix the src/ dir.
+
2006-02-14 Guillem Jover <guillem@debian.org>
* Makefile (LIB_SRCS): Line wrap.
# $Id$
#
-LIB_SRCS = arc4random.c bsd_getopt.c err.c fgetln.c inet_net_pton.c \
- strlcat.c strlcpy.c md5c.c fmtcheck.c
+LIB_SRCS := arc4random.c bsd_getopt.c err.c fgetln.c inet_net_pton.c \
+ strlcat.c strlcpy.c md5c.c fmtcheck.c
+LIB_SRCS := $(patsubst %,src/%,$(LIB_SRCS))
LIB_INCLUDES := err.h getopt.h ip_icmp.h random.h queue.h md5.h string.h \
bsd.h stdlib.h