diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-29 20:58:47 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-29 20:58:47 +0200 |
commit | 049d2843b521d15e2f355430d94eb9d2e83311be (patch) | |
tree | 9f106f0f4825a58ca0e4680705b9c4eafa0b0f7d /Makefile.am | |
parent | 19008ab68d9d504aa58eb34d5f564755a1613b8b (diff) | |
download | libnss-tacplus-049d2843b521d15e2f355430d94eb9d2e83311be.tar.gz libnss-tacplus-049d2843b521d15e2f355430d94eb9d2e83311be.zip |
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 |