freebsd-dev/contrib/openpam/bin/pamtest/Makefile.am

10 lines
222 B
Makefile
Raw Normal View History

2013-09-07 16:15:30 +00:00
# $Id: Makefile.am 648 2013-03-05 17:54:27Z des $
2011-12-18 17:08:40 +00:00
2013-09-07 16:15:30 +00:00
AM_CPPFLAGS = -I$(top_srcdir)/include
2011-12-18 17:08:40 +00:00
bin_PROGRAMS = pamtest
pamtest_SOURCES = pamtest.c
pamtest_LDADD = $(top_builddir)/lib/libpam/libpam.la
2011-12-18 17:08:40 +00:00
dist_man1_MANS = pamtest.1