11 lines
215 B
Plaintext
11 lines
215 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
|
|
libasetgp_la_LIBADD = -lasecmn
|