summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-22 18:24:00 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-22 18:24:00 +0100
commitcc984e4046726696a0e71a0fda488e947ccd05eb (patch)
tree4f244f2921ac9b045dda3373d9e59b802ed611c1 /source4/configure.ac
parentb49e2f1f35e6b5a8ab7e992d5609070ddf0875b2 (diff)
downloadsamba-cc984e4046726696a0e71a0fda488e947ccd05eb.tar.gz
samba-cc984e4046726696a0e71a0fda488e947ccd05eb.tar.bz2
samba-cc984e4046726696a0e71a0fda488e947ccd05eb.zip
ldb/talloc/tdb: Use manually written pc file.
(This used to be commit c8947fda23eb874a7694bdee1b4de605744c2769)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 164a21e823..882bd28d00 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -32,6 +32,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
[
m4_include(lib/talloc/libtalloc.m4)
SMB_INCLUDE_MK(lib/talloc/config.mk)
+ AC_OUTPUT(lib/talloc/talloc.pc)
]
)
@@ -40,6 +41,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
[
m4_include(lib/tdb/libtdb.m4)
SMB_INCLUDE_MK(lib/tdb/config.mk)
+ AC_OUTPUT(lib/tdb/tdb.pc)
]
)
@@ -50,6 +52,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1,
SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk)
SMB_INCLUDE_MK(lib/ldb/tools/config.mk)
SMB_SUBSYSTEM(ldb_map, [], [LIBLDB])
+ AC_OUTPUT(lib/ldb/ldb.pc)
define_ldb_modulesdir=no
],
[