qse/ase/cmd/lsp/makefile.am
2008-06-23 00:56:35 +00:00

10 lines
179 B
Plaintext

AM_CPPFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = aselsp
aselsp_SOURCES = lsp.c
aselsp_LDFLAGS = -L../../lib/lsp -L../../lib/utl
aselsp_LDADD = -laseutl -laselsp $(LIBM)