diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-01-01 14:07:15 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-01-01 14:07:15 +0000 |
commit | 6b857d2bc25e15c316e0247e44b0f360fa3cdc8e (patch) | |
tree | a35d54d061a945f640e50ae86ed37259d741cd50 | |
parent | ba243579c4f745f11e6aceb6487b501a4495bd4f (diff) |
ensure that solnss.c ends up in tarball
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1360 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nss/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am index 285592f..cc7ab42 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -2,7 +2,7 @@ # # Copyright (C) 2006 Luke Howard # Copyright (C) 2006 West Consulting -# Copyright (C) 2006, 2007, 2009, 2010 Arthur de Jong +# Copyright (C) 2006, 2007, 2009, 2010, 2011 Arthur de Jong # Copyright (C) 2010 Symas Corporation # # This library is free software; you can redistribute it and/or @@ -38,7 +38,7 @@ endif nss_ldap_so_LDADD += ../common/libtio.a ../common/libprot.a nss_ldap_so_DEPENDENCIES = $(nss_ldap_so_LDADD) -EXTRA_DIST = exports.glibc exports.solaris +EXTRA_DIST = exports.glibc exports.solaris solnss.c install-exec-local: install-nss_ldap_so uninstall-local: uninstall-nss_ldap_so |