OpenPAM/t/Makefile.am

19 lines
349 B
Makefile

# $Id$
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
noinst_HEADERS = t.h
# tests
TESTS =
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.la