rnetclient/Makefile.am

13 lines
407 B
Text
Raw Normal View History

2016-04-15 04:57:42 +00:00
SUBDIRS = doc data
2015-07-26 06:15:34 +00:00
bin_PROGRAMS = rnetclient
rnetclient_SOURCES = rnetclient.c decfile.c decfile.h pmhash.c pmhash.h \
rnet_message.c rnet_message.h rnet_encode.c rnet_encode.h
2016-04-15 04:57:42 +00:00
check_PROGRAMS = t-parse
t_parse_SOURCES = t-parse.c decfile.c decfile.h pmhash.c pmhash.h \
rnet_message.c rnet_message.h rnet_encode.c rnet_encode.h
t_parse_CFLAGS = -DSRCDIR=\"$(abs_top_srcdir)\"
TESTS = $(check_PROGRAMS)