From cb94b313ba77a1460af021d1b1ee68f86c4490cb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 5 Mar 2008 15:40:23 +0100 Subject: Make sure to generate pkgconfig files for libtdb and libtalloc. Guenther (This used to be commit df97fb019b89a147a0a2c560003d74c354fcc4b6) --- source3/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 056c0f8049..1ebd84e9a8 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6229,6 +6229,8 @@ AC_OUTPUT(Makefile library-versions pkgconfig/wbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc + lib/talloc/talloc.pc + lib/tdb/tdb.pc ) ################################################# -- cgit