added -no-undefined to makefile.am
- libtool, without -no-undefined, doesn't not build a shared library on win32.
This commit is contained in:
@ -8,5 +8,5 @@ libasecmn_la_SOURCES = mem.h chr.h \
|
||||
lda.c map.c sll.c dll.c opt.c \
|
||||
fio.c sio.c tio.c tio_get.c tio_put.c \
|
||||
misc.c
|
||||
libasecmn_la_LDFLAGS = -version-info 1:0:0
|
||||
libasecmn_la_LDFLAGS = -version-info 1:0:0 -no-undefined
|
||||
|
||||
|
@ -206,7 +206,7 @@ libasecmn_la_SOURCES = mem.h chr.h \
|
||||
fio.c sio.c tio.c tio_get.c tio_put.c \
|
||||
misc.c
|
||||
|
||||
libasecmn_la_LDFLAGS = -version-info 1:0:0
|
||||
libasecmn_la_LDFLAGS = -version-info 1:0:0 -no-undefined
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
|
Reference in New Issue
Block a user