]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/openpam/t/Makefile.am
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / openpam / t / Makefile.am
1 # $Id: Makefile.am 572 2012-04-05 15:41:44Z des $
2
3 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
4
5 noinst_HEADERS = t.h
6
7 # tests
8 TESTS = t_openpam_readword t_openpam_readlinev
9 check_PROGRAMS = $(TESTS)
10
11 # libt - common support code
12 check_LIBRARIES = libt.a
13 libt_a_SOURCES = t_main.c
14
15 # link with libpam and libt
16 LDADD = libt.a $(top_builddir)/lib/libpam.la