]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Construct server and upgrade_db object list in Makefile.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 24 Jun 2023 16:56:05 +0000 (18:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Mar 2024 11:34:49 +0000 (12:34 +0100)
commit63df7d00a150c9558fb4ba96da9cf7c4000fc464
tree5aed253b8d3d9798f5fe394acb33286bfd41a1a8
parent6bce9c7d544e967e73128e06f3ee2fc9ebc10e69
build: Construct server and upgrade_db object list in Makefile.

Currently configure.ac defines variables for the list of objects of
each executable and exports these via AC_SUBST to Makefile.in. The
lists are then extended and munged further in Makefile.real.

It it easier to construct the lists only in the makefile. So, as
a first step, stop to export the object list of para_server and
para_upgrade_db. Instead, export the variables needed to construct
the list in the makefile.
Makefile.in
Makefile.real
configure.ac