1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r11303: Support defining and installing public headers for libraries.

Support installing libraries.
Get rid of pkg-config file (will be autogenerated later on).
This commit is contained in:
Jelmer Vernooij
2005-10-26 14:18:27 +00:00
committed by Gerald (Jerry) Carter
parent 98d1f9b1dc
commit b4745032a2
22 changed files with 316 additions and 138 deletions

View File

@@ -98,6 +98,7 @@ REQUIRED_SUBSYSTEMS = \
LIBREPLACE LIBTALLOC LDBSAMBA
NOPROTO = YES
MANPAGE = man/ldb.3
PUBLIC_HEADERS = include/ldb.h
#
# End SUBSYSTEM LIBLDB
################################################