diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 18:24:00 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 01:40:11 +0100 |
commit | df202a4ec4421bbfeb7d3f5b3c159a079257b38b (patch) | |
tree | 2d1e44b1f6ea1750a828bb118fa210720d85a4ad /source3/lib/tdb | |
parent | 3d33ad711c6a700e57a73126a17a88b637b36679 (diff) | |
download | samba-df202a4ec4421bbfeb7d3f5b3c159a079257b38b.tar.gz samba-df202a4ec4421bbfeb7d3f5b3c159a079257b38b.tar.bz2 samba-df202a4ec4421bbfeb7d3f5b3c159a079257b38b.zip |
talloc/tdb: Use manually written pc file.
(cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769)
Michael
(This used to be commit 77664bc482071798571096a299e7d8b190f53797)
Diffstat (limited to 'source3/lib/tdb')
-rw-r--r-- | source3/lib/tdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/tdb/config.mk b/source3/lib/tdb/config.mk index ab90ed728d..e0b8c371a7 100644 --- a/source3/lib/tdb/config.mk +++ b/source3/lib/tdb/config.mk @@ -3,6 +3,7 @@ [LIBRARY::LIBTDB] VERSION = 0.0.1 SO_VERSION = 0 +PC_FILE = tdb.pc DESCRIPTION = Trivial Database Library OBJ_FILES = \ common/tdb.o common/dump.o common/io.o common/lock.o \ |