summaryrefslogtreecommitdiffstats
path: root/tools/md5/src/Makefile.am
blob: 40be3c991cfaedfefc25b2028d9591a383273abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prgbindir=$(prefix)/bin/tools/md5

prgbin_PROGRAMS = md5

md5_SOURCES =  md5.c

md5_LDADD =  \
			 ../../../util/src/libaxutil.la

INCLUDES = -I$(top_builddir)/include \
		   -I ../../../util/include \
		   -I ../../../include \
		   -I ../include