mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd;modules: Minor Makefile tweaks.
This commit is contained in:
parent
8fdc6a4794
commit
7ff04618c0
3 changed files with 5 additions and 4 deletions
|
@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
SUBDIRS = include/ircd
|
||||
SUBDIRS += ircd
|
||||
SUBDIRS += charybdis
|
||||
SUBDIRS += modules
|
||||
SUBDIRS += charybdis
|
||||
SUBDIRS += tools
|
||||
SUBDIRS += help
|
||||
SUBDIRS += doc
|
||||
|
|
|
@ -20,9 +20,9 @@ AM_LDFLAGS = \
|
|||
-Wl,--no-allow-shlib-undefined \
|
||||
-Wl,--export-dynamic \
|
||||
-Wl,--no-gnu-unique \
|
||||
-Wl,--no-allow-shlib-undefined
|
||||
# -Wl,--no-undefined
|
||||
-Wl,--no-allow-shlib-undefined \
|
||||
$(PLATFORM_LDFLAGS)
|
||||
# -Wl,--no-undefined
|
||||
|
||||
libircd_LTLIBRARIES = libircd.la
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ AM_LDFLAGS += \
|
|||
-Wl,--shared \
|
||||
-Wl,--export-dynamic \
|
||||
-Wl,--no-gnu-unique \
|
||||
-Wl,--no-allow-shlib-undefined
|
||||
-Wl,--no-allow-shlib-undefined \
|
||||
$(PLATFORM_LDFLAGS)
|
||||
# -Wl,--no-undefined
|
||||
# -export-symbols-regex IRCD_MODULE*
|
||||
# -export-symbols-regex *
|
||||
|
|
Loading…
Reference in a new issue