1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Simo Sorce e42caab6f9 Fix ldb standalone build.
Add shared-build target to the ldb library, and make it possible to build
it against libtalloc, libevents, libtdb as shared libraries.
2008-09-19 18:08:28 -04:00

8 lines
201 B
Plaintext

AC_SUBST(TALLOC_OBJ)
AC_SUBST(TALLOC_CFLAGS)
AC_SUBST(TALLOC_LIBS)
AC_CHECK_HEADER(talloc.h,
[AC_CHECK_LIB(talloc, talloc_init, [TALLOC_LIBS="-ltalloc"]) ],
[PKG_CHECK_MODULES(TALLOC, talloc)])