0
0
Fork 0
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:
William Pitcock 2016-03-20 02:08:14 -05:00
parent 3f97a5c529
commit b5c0180c4b

View file

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