From: Eric Bollengier Date: Tue, 12 May 2020 19:35:52 +0000 (+0200) Subject: BEE Backport bacula/autoconf/Make.common.in X-Git-Tag: Release-11.3.2~1605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e6106028cda4c35a2f6b1bfa3fa3c3a9c648b56;p=thirdparty%2Fbacula.git BEE Backport bacula/autoconf/Make.common.in This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Thu Mar 19 18:09:32 2020 +0100 more work on QT5 for windows --- diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index 2e9655977e..351352b316 100644 --- a/bacula/autoconf/Make.common.in +++ b/bacula/autoconf/Make.common.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2000-2018 Kern Sibbald +# Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # This file is pulled in by all the Unix Bacula Makefiles @@ -98,5 +98,15 @@ DLLIBS = @LIBADD_DLOPEN@ WCFLAGS = @WCFLAGS@ WLDFLAGS = @WLDFLAGS@ +# BEE/COMMUNITY ONLY source files +EXTRA_FILED_SRCS = @EXTRA_FILED_SRCS@ +EXTRA_LIB_SRCS = @EXTRA_LIB_SRCS@ +EXTRA_DIRD_SRCS = @EXTRA_DIRD_SRCS@ +EXTRA_CATS_SRCS= @EXTRA_CATS_SRCS@ +EXTRA_STORED_SRCS= @EXTRA_STORED_SRCS@ +EXTRA_LIBSD_SRCS= @EXTRA_LIBSD_SRCS@ +EXTRA_FINDLIB_SRCS= @EXTRA_FINDLIB_SRCS@ +EXTRA_BLS_SRCS= @EXTRA_BLS_SRCS@ + # End of common section of the Makefile #-------------------------------------------------------------------------