ircd: build: tell libtool what to DLL_EXPORT
This commit is contained in:
parent
3f97a5c529
commit
b5c0180c4b
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
|
|||
$(CP) version.c version.c.last
|
||||
touch version.c.SH
|
||||
|
||||
if MINGW
|
||||
EXTRA_FLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
|
||||
endif
|
||||
|
||||
libircd_la_SOURCES = \
|
||||
authd.c \
|
||||
bandbi.c \
|
||||
|
|
Loading…
Reference in a new issue