diff options
author | Günther Deschner <gd@samba.org> | 2008-03-05 15:40:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-05 15:40:23 +0100 |
commit | cb94b313ba77a1460af021d1b1ee68f86c4490cb (patch) | |
tree | 481901e03a321427f7f0bdeca1d58248e73aad21 /source3 | |
parent | 65b0235ee394f90e7a4938cfa5bc5d2d951e9d82 (diff) | |
download | samba-cb94b313ba77a1460af021d1b1ee68f86c4490cb.tar.gz samba-cb94b313ba77a1460af021d1b1ee68f86c4490cb.tar.bz2 samba-cb94b313ba77a1460af021d1b1ee68f86c4490cb.zip |
Make sure to generate pkgconfig files for libtdb and libtalloc.
Guenther
(This used to be commit df97fb019b89a147a0a2c560003d74c354fcc4b6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) ################################################# |