mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
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
|
$(CP) version.c version.c.last
|
||||||
touch version.c.SH
|
touch version.c.SH
|
||||||
|
|
||||||
|
if MINGW
|
||||||
|
EXTRA_FLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
|
||||||
|
endif
|
||||||
|
|
||||||
libircd_la_SOURCES = \
|
libircd_la_SOURCES = \
|
||||||
authd.c \
|
authd.c \
|
||||||
bandbi.c \
|
bandbi.c \
|
||||||
|
|
Loading…
Reference in a new issue