2003-11-26 02:58:56 +00:00
|
|
|
# Libraries Makefile for OpenLDAP
|
1999-09-02 00:52:43 +00:00
|
|
|
# $OpenLDAP$
|
2003-11-26 04:17:25 +00:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
##
|
2011-01-05 00:42:37 +00:00
|
|
|
## Copyright 1998-2011 The OpenLDAP Foundation.
|
2003-11-26 02:58:56 +00:00
|
|
|
## All rights reserved.
|
1998-10-25 01:41:42 +00:00
|
|
|
##
|
2003-11-26 02:58:56 +00:00
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
## Public License.
|
|
|
|
##
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
1998-10-25 01:41:42 +00:00
|
|
|
|
2003-11-25 23:19:47 +00:00
|
|
|
SUBDIRS= \
|
2011-03-18 14:51:42 +00:00
|
|
|
liblutil \
|
2011-03-18 15:18:42 +00:00
|
|
|
liblber \
|
2003-11-25 23:19:47 +00:00
|
|
|
liblunicode \
|
2002-11-26 20:18:03 +00:00
|
|
|
libldap libldap_r \
|
2003-11-25 23:19:47 +00:00
|
|
|
librewrite
|
1998-10-25 01:41:42 +00:00
|
|
|
|