diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 293951e..fb0a9d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ########################################################################### ## -## Copyright 2014, 2015, 2016 Cumulus Networks. All rights reserved. +## Copyright 2014, 2015, 2016, 2018 Cumulus Networks. All rights reserved. ## Author: Dave Olson <olson@cumulusnetworks.com> ## ########################################################################### @@ -16,6 +16,8 @@ libnss_tacplus_la_SOURCES = \ nss_tacplus.c \ nss_tacplus.h +dist_man_MANS = tacplus_nss.conf.5 + libnss_tacplus_la_CFLAGS = $(AM_CFLAGS) # Version 2.0 because that's the NSS module version, and they must match libnss_tacplus_la_LDFLAGS = -module -version-info 2:0:0 -shared |