]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/openpam/t/Makefile.am
MFH (r254407, r254960, r255371): misc cleanup
[FreeBSD/stable/9.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_ctype
10 TESTS += t_openpam_readword
11 TESTS += t_openpam_readlinev
12 check_PROGRAMS = $(TESTS)
13
14 # libt - common support code
15 check_LIBRARIES = libt.a
16 libt_a_SOURCES = t_main.c t_file.c
17
18 # link with libpam and libt
19 LDADD = libt.a $(top_builddir)/lib/libpam/libpam.la