File: Makefile.am

package info (click to toggle)
duo-unix 1.11.3-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,892 kB
  • sloc: sh: 12,108; ansic: 9,223; python: 1,639; makefile: 156
file content (20 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

ACLOCAL_AMFLAGS = -I autotools

SUBDIRS = compat lib login_duo

if PAM
SUBDIRS += pam_duo
endif

SUBDIRS += tests
SUBDIRS += tests/unity_tests

dist_doc_DATA = README.md CONTRIBUTING.md AUTHORS CHANGES LICENSE

# XXX - get around our default non-prefix-preserving paths for distcheck
DISTCHECK_CONFIGURE_FLAGS = --sysconfdir='$${prefix}/etc/duo'
if PAM
DISTCHECK_CONFIGURE_FLAGS += --with-pam='$${prefix}/lib/security'
endif