]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move binaries to the end of the include list
authorAlan T. DeKok <aland@freeradius.org>
Mon, 14 Jun 2021 18:48:26 +0000 (14:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 14 Jun 2021 19:48:21 +0000 (15:48 -0400)
so that all pre-requisite libraries are included before the binaries.
This change helps us do automatic recursive resolution.

src/all.mk

index 4dd187ed5f9077c430fcf2bf79171f32ba3cc96c..ce546297c73473e29da4182af396427b92754a9a 100644 (file)
@@ -3,9 +3,9 @@ all:
 
 SUBMAKEFILES := include/all.mk \
        lib/all.mk \
-       bin/all.mk \
        protocols/all.mk \
        listen/all.mk \
        process/all.mk \
        modules/all.mk \
+       bin/all.mk \
        tests/all.mk