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

noinst_LTLIBRARIES = libtesterrno.la
libtesterrno_la_SOURCES = errno.c

test_PROGRAMS = errno_main$(EXEEXT)
dist_errno_main_SOURCES = errno_main.c
errno_main_LDADD = libtesterrno.la $(LIBCUNIT_COMMON) $(LIBODP)

EXTRA_DIST = errno.h