hyung-hwan
195da67d13
- libtool, without -no-undefined, doesn't not build a shared library on win32.
8 lines
222 B
Plaintext
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
|