qse/ase/lib/utl/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

8 lines
222 B
Plaintext

AM_CFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libaseutl.la
libaseutl_la_SOURCES = assert.c http.c main.c stdio.c
libaseutl_la_LDFLAGS = -version-info 1:0:0 -no-undefined -L../cmn
libaseutl_la_LIBADD = -lasecmn