mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
ircd: Update Makefile ordering.
This commit is contained in:
parent
d366523b64
commit
2921692571
1 changed files with 9 additions and 6 deletions
|
@ -65,29 +65,32 @@ libircd_la_LIBADD = \
|
||||||
# Add the most dependent units at the end and the least dependent units
|
# Add the most dependent units at the end and the least dependent units
|
||||||
# at the beginning.
|
# at the beginning.
|
||||||
#
|
#
|
||||||
|
# Note: Some exceptions to the order have been made for now to diffuse
|
||||||
|
# the units that compile spirit grammars otherwise they thrash weaker
|
||||||
|
# systems.
|
||||||
libircd_la_SOURCES = \
|
libircd_la_SOURCES = \
|
||||||
|
http.cc \
|
||||||
exception.cc \
|
exception.cc \
|
||||||
locale.cc \
|
locale.cc \
|
||||||
logger.cc \
|
logger.cc \
|
||||||
info.cc \
|
info.cc \
|
||||||
sodium.cc \
|
sodium.cc \
|
||||||
|
rfc1459.cc \
|
||||||
rand.cc \
|
rand.cc \
|
||||||
hash.cc \
|
hash.cc \
|
||||||
lexical.cc \
|
lexical.cc \
|
||||||
base.cc \
|
base.cc \
|
||||||
parse.cc \
|
parse.cc \
|
||||||
rfc1459.cc \
|
|
||||||
json.cc \
|
|
||||||
openssl.cc \
|
openssl.cc \
|
||||||
http.cc \
|
|
||||||
fmt.cc \
|
|
||||||
fs.cc \
|
fs.cc \
|
||||||
ctx.cc \
|
ctx.cc \
|
||||||
db.cc \
|
|
||||||
mods.cc \
|
|
||||||
rfc3986.cc \
|
rfc3986.cc \
|
||||||
rfc1035.cc \
|
rfc1035.cc \
|
||||||
|
mods.cc \
|
||||||
|
fmt.cc \
|
||||||
|
db.cc \
|
||||||
net.cc \
|
net.cc \
|
||||||
|
json.cc \
|
||||||
server.cc \
|
server.cc \
|
||||||
client.cc \
|
client.cc \
|
||||||
resource.cc \
|
resource.cc \
|
||||||
|
|
Loading…
Reference in a new issue