10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
bin_PROGRAMS = asetgp
|
|
|
|
asetgp_SOURCES = tgp.c
|
|
asetgp_LDFLAGS = -L../../lib/tgp -L../../lib/utl
|
|
asetgp_LDADD = -laseutl -lasetgp
|
|
|