diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-05-06 21:27:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:07 -0500 |
commit | 9dba7d761312a6f3746ffc707a39c2c5edbaf630 (patch) | |
tree | 9e07c2c3a6ee97ffa40dad7cc4fca5b583dd9be2 /source4/lib | |
parent | c722b7ad60300a724c628882162066f16265937e (diff) | |
download | samba-9dba7d761312a6f3746ffc707a39c2c5edbaf630.tar.gz samba-9dba7d761312a6f3746ffc707a39c2c5edbaf630.tar.bz2 samba-9dba7d761312a6f3746ffc707a39c2c5edbaf630.zip |
r22722: fix dependencies
metze
(This used to be commit 0397eca102e17d2da726d1669e3ff6d925e50e89)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 66e6075ed5..adf12f5418 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -189,8 +189,7 @@ PUBLIC_HEADERS = include/ldb.h include/ldb_errors.h ################################################ # Start SUBSYSTEM LDBSAMBA [SUBSYSTEM::LDBSAMBA] -PRIVATE_DEPENDENCIES = ldb -CFLAGS = -Ilib/ldb/include +PUBLIC_DEPENDENCIES = ldb PRIVATE_PROTO_HEADER = samba/ldif_handlers.h PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB OBJ_FILES = \ |