summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-01-26 10:49:18 +0000
committerArthur de Jong <arthur@arthurdejong.org>2008-01-26 10:49:18 +0000
commitda63099262e71310b7c8b6af3ba85214b430ef72 (patch)
treeeec5e02502c4ad855ad51dddb5722ba2c456d3d4 /Makefile.am
parentd24c1397d377a4bb4174e4e690bbc964c31b34eb (diff)
move code to get information from socket peer to the compat directory because it is very platform specific
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@565 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dc61fe0..c5caee4 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 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008 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
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-SUBDIRS = common nss nslcd man tests
+SUBDIRS = compat common nss nslcd man tests
DEBIAN_FILES = debian/changelog debian/compat debian/control \
debian/copyright debian/rules \