summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/t/Makefile.am
blob: bf3801b5417b534980c84562987707fc0d548507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: Makefile.am 763 2014-02-26 16:29:16Z des $

AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/libpam

noinst_HEADERS = t.h

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

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

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