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

11 lines
229 B
Plaintext

AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = -I$(top_srcdir)/include
lib_LTLIBRARIES = libasetgp.la
libasetgp_la_SOURCES = tgp.c
libasetgp_la_LDFLAGS = -L../cmn -version-info 1:0:0 -no-undefined
libasetgp_la_LIBADD = -lasecmn