Hash :0f573400 Author : Date :
2020-12-22T18:47:47
build: Fix out of tree builds
Adding local-link.h as private header file requires $(srcdir) on
AM_CPPFLAGS to be found by generated sources when builddir != srcdir.
Do not use libmd.sym from $(srcdir), as it is a generated file.
[guillem@hadrons.org: - Remove unrelated line moves. ]
Signed-off-by: Guillem Jover <guillem@hadrons.org>
This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.