Makefile: Add "md5.h" to LIB_INCLUDES

This commit is contained in:
Guillem Jover 2005-07-25 23:38:43 +00:00
parent 3bd2ba1a90
commit 8928a72173
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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)