diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-11 18:24:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:37 -0500 |
commit | 0ca0c0e5a294d3f3f07ef179793c918bcb128356 (patch) | |
tree | d6b161fb34328347ab99d61ea2aefb31ca0f242f /source4/lib/ldb/tools | |
parent | 669adc9f4a77ef2fcb6d81e9dd86c8b5d01e17ee (diff) | |
download | samba-0ca0c0e5a294d3f3f07ef179793c918bcb128356.tar.gz samba-0ca0c0e5a294d3f3f07ef179793c918bcb128356.tar.bz2 samba-0ca0c0e5a294d3f3f07ef179793c918bcb128356.zip |
r25100: Include LDAP libs in .pc file so linking statically against libldb works again.
(This used to be commit bcf5c9447435a826027626ac89a00eaa6739b12a)
Diffstat (limited to 'source4/lib/ldb/tools')
-rw-r--r-- | source4/lib/ldb/tools/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/config.mk b/source4/lib/ldb/tools/config.mk index 19ff943677..bf6c5f963c 100644 --- a/source4/lib/ldb/tools/config.mk +++ b/source4/lib/ldb/tools/config.mk @@ -1,7 +1,7 @@ ################################################ # Start SUBSYSTEM LIBLDB_CMDLINE [SUBSYSTEM::LIBLDB_CMDLINE] -CFLAGS = -Ilib/ldb +CFLAGS = -Ilib/ldb -Ilib/ldb/include OBJ_FILES= \ cmdline.o PUBLIC_DEPENDENCIES = LIBLDB LIBPOPT |