This commit is the result of the squash of the following main commits:
Author: Eric Bollengier <eric@baculasystems.com>
Date: Fri Jan 10 18:12:08 2020 +0100
Rename BEE_XXX_YYY_SRCS into EXTRA_XXX_YYY_SRCS and add --disable-bee ./configure option
#
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# Find files library Makefile
thisdir = src/findlib
DEBUG=@DEBUG@
+EXTRA_SRCS=@EXTRA_FINDLIB_SRCS@
first_rule: all
dummy:
#
LIBBACFIND_SRCS = find.c match.c find_one.c attribs.c create_file.c \
bfile.c drivetype.c enable_priv.c fstype.c mkpath.c \
- savecwd.c namedpipe.c win32filter.c
+ savecwd.c namedpipe.c win32filter.c $(EXTRA_SRCS)
LIBBACFIND_OBJS = $(LIBBACFIND_SRCS:.c=.o)
LIBBACFIND_LOBJS = $(LIBBACFIND_SRCS:.c=.lo)