diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-01 13:13:13 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-01 13:13:13 +0000 |
commit | d56ad3c8d52deefea4c65efcc31c84bba36c2629 (patch) | |
tree | 93b715a490211f408690c3a18a45c2fbe5f3838a | |
parent | eba8e268a84fa2112fcf7445f2aa53aec67ecce6 (diff) |
get rid of CVSVersionInfo.txt
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@51 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | CVSVersionInfo.txt | 13 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/CVSVersionInfo.txt b/CVSVersionInfo.txt deleted file mode 100644 index 5162304..0000000 --- a/CVSVersionInfo.txt +++ /dev/null @@ -1,13 +0,0 @@ -# Created and modified by checkpoint; do not edit -# $Id$ -# $Name: nss_ldap-251 $ -ProjectName: nss_ldap -ProjectVersion: 251 -ProjectMaintainer: lukeh -# -# run this before building in RC. @@@PLATFORM@@@ is -# substituted for our platform names (linux, solaris etc) -PreBuild: configure --with-ldap-lib=netscape4 --with-ldap-dir=/usr/local/ldapsdk4 --enable-rfc2307bis --disable-ssl -PostBuild: make distclean -# binaries to ship (although we don't do that at the moment) -Shippables: nss_ldap.so diff --git a/Makefile.am b/Makefile.am index b0041f4..314d697 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ noinst_PROGRAMS = nss_ldap.so nslcd testnss man_MANS = nss_ldap.5 -EXTRA_DIST = CVSVersionInfo.txt ChangeLog \ +EXTRA_DIST = ChangeLog \ AUTHORS ANNOUNCE NEWS INSTALL README COPYING \ ldap.conf nsswitch.ldap \ certutil debian doc exports.linux nss_ldap.5 tests |