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
touch version.c.SH
if MINGW
EXTRA_FLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
endif
libircd_la_SOURCES = \
authd.c \
bandbi.c \