summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/t/Makefile.am
blob: a3f596d907487ea0ac89f522a11306dd31cb163e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile.am 572 2012-04-05 15:41:44Z des $

INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib

noinst_HEADERS = t.h

# tests
TESTS = t_openpam_readword t_openpam_readlinev
check_PROGRAMS = $(TESTS)

# libt - common support code
check_LIBRARIES = libt.a
libt_a_SOURCES = t_main.c

# link with libpam and libt
LDADD = libt.a $(top_builddir)/lib/libpam.la
OpenPOWER on IntegriCloud