qse/ase/lib/cmn/makefile.am
hyung-hwan 195da67d13 added -no-undefined to makefile.am
- libtool, without -no-undefined, doesn't not build a shared library on win32.
2008-12-14 08:38:58 +00:00

13 lines
337 B
Plaintext

AUTOMAKE_OPTIONS = nostdinc
AM_CFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libasecmn.la
libasecmn_la_SOURCES = mem.h chr.h \
mem.c chr.c chr_cnv.c rex.c str_bas.c str_cnv.c str_dyn.c \
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 -no-undefined