aboutsummaryrefslogtreecommitdiff
path: root/test/validation/hash/Makefile.am
blob: b899b8bd3b78671ff8a0e87e3e113a12609ad454 (plain)
1
2
3
4
5
6
7
8
9
10
include ../Makefile.inc

noinst_LTLIBRARIES = libtesthash.la
libtesthash_la_SOURCES = hash.c

test_PROGRAMS = hash_main$(EXEEXT)
dist_hash_main_SOURCES = hash_main.c
hash_main_LDADD = libtesthash.la $(LIBCUNIT_COMMON) $(LIBODP)

EXTRA_DIST = hash.h