2003-11-25 21:58:56 -05:00
|
|
|
# Libraries Makefile for OpenLDAP
|
1999-09-01 20:52:43 -04:00
|
|
|
# $OpenLDAP$
|
2003-11-25 23:17:25 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2012-01-01 10:07:45 -05:00
|
|
|
## Copyright 1998-2012 The OpenLDAP Foundation.
|
2003-11-25 21:58:56 -05:00
|
|
|
## All rights reserved.
|
1998-10-24 21:41:42 -04:00
|
|
|
##
|
2003-11-25 21:58:56 -05: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-24 21:41:42 -04:00
|
|
|
|
2003-11-25 18:19:47 -05:00
|
|
|
SUBDIRS= \
|
2011-03-18 10:51:42 -04:00
|
|
|
liblutil \
|
2011-03-18 11:18:42 -04:00
|
|
|
liblber \
|
2003-11-25 18:19:47 -05:00
|
|
|
liblunicode \
|
2002-11-26 15:18:03 -05:00
|
|
|
libldap libldap_r \
|
2003-11-25 18:19:47 -05:00
|
|
|
librewrite
|
1998-10-24 21:41:42 -04:00
|
|
|
|