mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd: Rename mods_dl unit to mods_ldso.
This commit is contained in:
parent
3b2fe6ff8d
commit
edc7ca6af8
2 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,7 @@ libircd_la_SOURCES += fs_aio.cc
|
|||
endif
|
||||
libircd_la_SOURCES += mods.cc
|
||||
if LINUX
|
||||
libircd_la_SOURCES += mods_dl.cc
|
||||
libircd_la_SOURCES += mods_ldso.cc
|
||||
endif
|
||||
libircd_la_SOURCES += db_port.cc
|
||||
libircd_la_SOURCES += db_env.cc
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
// copyright notice and this permission notice is present in all copies. The
|
||||
// full license for this software is available in the LICENSE file.
|
||||
|
||||
// This file is platform specific. It is conditionally compiled and included
|
||||
// in libircd glibc+ELF supporting environments. Do not rely on these
|
||||
// definitions being available on all platforms.
|
||||
|
||||
#include <RB_INC_LINK_H
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
Loading…
Add table
Reference in a new issue