0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 18:33:46 +02:00

ircd;modules: Minor Makefile tweaks.

This commit is contained in:
Jason Volk 2017-04-02 21:04:46 -07:00
parent 8fdc6a4794
commit 7ff04618c0
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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 *