diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-27 09:37:38 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-27 09:37:38 +0200 |
commit | 178d894dcc4c0603f92c4802fb7948de7eca954a (patch) | |
tree | 6cf708d13a667d9b203c2f95c2ecf06503436d20 /Makefile.am | |
parent | 9ee0a776cab9a54e3a55525be79bb7c50b215841 (diff) |
add a schema file that some people use for PAM
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1660 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f115cd4..42c35b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # # Copyright (C) 2006 Luke Howard # Copyright (C) 2006 West Consulting -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -35,7 +35,7 @@ endif SUBDIRS += man tests EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \ - $(wildcard m4/*.m4) HACKING + $(wildcard m4/*.m4) HACKING ldapns.schema DISTCHECK_CONFIGURE_FLAGS = --enable-warnings --with-pam-seclib-dir="\$${libdir}/security" \ --enable-pynslcd |