]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/src/findlib/Makefile.in
authorEric Bollengier <eric@baculasystems.com>
Mon, 20 Apr 2020 14:36:52 +0000 (16:36 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 29 Apr 2021 08:44:16 +0000 (10:44 +0200)
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

bacula/src/findlib/Makefile.in

index 2b92e33742e29bc95c91357d597293a88fda5c10..b6a4e53713aaa51707cc5a83927be9071fbbd8bd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2000-2015 Kern Sibbald
+# Copyright (C) 2000-2020 Kern Sibbald
 # License: BSD 2-Clause; see file LICENSE-FOSS
 #
 #  Find files library Makefile
@@ -18,6 +18,7 @@ topdir = ../..
 thisdir = src/findlib
 
 DEBUG=@DEBUG@
+EXTRA_SRCS=@EXTRA_FINDLIB_SRCS@
 
 first_rule: all
 dummy:
@@ -30,7 +31,7 @@ INCLUDE_FILES = bfile.h find.h protos.h win32filter.h
 #
 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)