heimdal: Do not build a redundant source file
Heimdal's lib/hdb/db3.c is only built if DB3 is enabled, i.e. #if HAVE_DB3. FreeBSD's bdb is DB1. Therefore the entire db3.c file is #ifdef'd out. Let's avoid building a file that results in a useless object file. MFC after: 1 week
This commit is contained in:
parent
4913a24e79
commit
7ee18f5aad
@ -43,7 +43,6 @@ INCS= hdb-protos.h \
|
||||
|
||||
SRCS= common.c \
|
||||
db.c \
|
||||
db3.c \
|
||||
dbinfo.c \
|
||||
ext.c \
|
||||
hdb-ldap.c \
|
||||
|
Loading…
Reference in New Issue
Block a user