You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
300 B

#
# Makefile.am
# Automake File
# The linked in library libslp is from ../libslp
#
EXTRA_DIST =
bin_PROGRAMS = slptool
INCLUDES = -I$(top_srcdir)/libslp
slptool_SOURCES = slptool.c slptool.h
slptool_LDADD = ../libslp/libslp.la ../common/libcommonlibslp.la ../common/libcommonslpd.la