diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 23:40:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 23:40:23 +0200 |
commit | 60ae8f06574c74261643f469e6be2a945fd90880 (patch) | |
tree | 3f999b9de484c2225810f3fe085612e753c4a2dc /source4/lib/ldb-samba | |
parent | 4c70cda986c86fe536327321d04c29eca81b6409 (diff) | |
download | samba-60ae8f06574c74261643f469e6be2a945fd90880.tar.gz samba-60ae8f06574c74261643f469e6be2a945fd90880.tar.xz samba-60ae8f06574c74261643f469e6be2a945fd90880.zip |
Fix a bunch of dependencies.
(This used to be commit a63f458462d207d215a6e4ef8e480b0c8daedf6a)
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk index ac071c9e108..84007f3833a 100644 --- a/source4/lib/ldb-samba/config.mk +++ b/source4/lib/ldb-samba/config.mk @@ -7,5 +7,5 @@ PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC ################################################ LDBSAMBA_OBJ_FILES = $(ldb_sambasrcdir)/ldif_handlers.o -$(eval $(call proto_header_template,$(ldb_sambasrcdir)/ldif_handlers.h,$(LDBSAMBA_OBJ_FILES))) +$(eval $(call proto_header_template,$(ldb_sambasrcdir)/ldif_handlers.h,$(LDBSAMBA_OBJ_FILES:.o=.c))) |