]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/openpam/t/Makefile.am
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / openpam / t / Makefile.am
1 # $Id: Makefile.am 714 2013-08-19 15:30:21Z des $
2
3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam
4
5 noinst_HEADERS = t.h
6
7 # tests
8 TESTS =
9 TESTS += t_openpam_readword
10 TESTS += t_openpam_readlinev
11 check_PROGRAMS = $(TESTS)
12
13 # libt - common support code
14 check_LIBRARIES = libt.a
15 libt_a_SOURCES = t_main.c t_file.c
16
17 # link with libpam and libt
18 LDADD = libt.a $(top_builddir)/lib/libpam/libpam.la