aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: c44dee6264a1d4332593a65a5c1717ab147f758c (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = solanum-mkpasswd solanum-mkfingerprint
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = $(DEFAULT_INCLUDES) -I../librb/include -I.

solanum_mkpasswd_SOURCES = mkpasswd.c
solanum_mkpasswd_LDADD = ../librb/src/librb.la

solanum_mkfingerprint_SOURCES = mkfingerprint.c
solanum_mkfingerprint_LDADD = ../librb/src/librb.la