diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2005-07-26 Guillem Jover <guillem@debian.org> + * Makefile (LIB_INCLUDES): Add "md5.h". + +2005-07-26 Guillem Jover <guillem@debian.org> + * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and MD5Final. @@ -6,7 +6,7 @@ LIB_SRCS = arc4random.c fgetln.c inet_net_pton.c strlcat.c strlcpy.c md5c.c -LIB_INCLUDES = bsd.h +LIB_INCLUDES = bsd.h md5.h LIB_STATIC_OBJS = $(LIB_SRCS:%.c=%.o) LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo) |