diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-25 19:04:03 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-25 19:04:03 +0200 |
commit | 750297a6d9057e2b4c2c7cabfc7c5748290bc351 (patch) | |
tree | 8d0bed2ff9d50d2c845ea7efa0e2d5946205756a /source4/lib/ldb/ldb_ildap | |
parent | 456c3b760f02577c33e6c9ee8dc30d545d2e0ce4 (diff) | |
download | samba-750297a6d9057e2b4c2c7cabfc7c5748290bc351.tar.gz samba-750297a6d9057e2b4c2c7cabfc7c5748290bc351.tar.bz2 samba-750297a6d9057e2b4c2c7cabfc7c5748290bc351.zip |
Use ldbsrcdir rather than ldbdir.
(This used to be commit a422c6c5ff47f36ef3376f54e707561c6a53ac23)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap')
-rw-r--r-- | source4/lib/ldb/ldb_ildap/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk index 94e3380038..99e101f35a 100644 --- a/source4/lib/ldb/ldb_ildap/config.mk +++ b/source4/lib/ldb/ldb_ildap/config.mk @@ -9,5 +9,5 @@ ALIASES = ldapi ldaps ldap # End MODULE ldb_ildap ################################################ -ldb_ildap_OBJ_FILES = $(ldbdir)/ldb_ildap/ldb_ildap.o +ldb_ildap_OBJ_FILES = $(ldbsrcdir)/ldb_ildap/ldb_ildap.o |