]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/autoconf/Make.common.in
authorEric Bollengier <eric@baculasystems.com>
Tue, 12 May 2020 19:35:52 +0000 (21:35 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 29 Apr 2021 08:44:18 +0000 (10:44 +0200)
This commit is the result of the squash of the following main commits:

Author: Eric Bollengier <eric@baculasystems.com>
Date:   Thu Mar 19 18:09:32 2020 +0100

    more work on QT5 for windows

bacula/autoconf/Make.common.in

index 2e9655977e0776b74ee6b7f95684dd5de1c9b1e0..351352b3162bb57b9a6507b40de2f8d228c59ab8 100644 (file)
@@ -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
 #-------------------------------------------------------------------------