added -no-undefined to makefile.am

- libtool, without -no-undefined, doesn't not build a shared library on win32.
This commit is contained in:
2008-12-14 08:38:58 +00:00
parent 2aa9f8321b
commit 195da67d13
10 changed files with 19 additions and 17 deletions

View File

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

View File

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