mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
Makefile: Add "md5.h" to LIB_INCLUDES
This commit is contained in:
parent
3bd2ba1a90
commit
8928a72173
@ -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>
|
2005-07-26 Guillem Jover <guillem@debian.org>
|
||||||
|
|
||||||
* Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and
|
* Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and
|
||||||
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
LIB_SRCS = arc4random.c fgetln.c inet_net_pton.c strlcat.c strlcpy.c md5c.c
|
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_STATIC_OBJS = $(LIB_SRCS:%.c=%.o)
|
||||||
LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
|
LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
|
||||||
|
Loading…
Reference in New Issue
Block a user