diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-01-23 15:09:55 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-01-23 15:09:55 +1100 |
commit | 56a611b12618ef0224a7a8a12883e0ab8340962d (patch) | |
tree | d7bdef53981d1131bee032bfd7b1d68b597c6fe2 /source4/lib/tdb | |
parent | 2eab4abf25453a1849adb28d65869c16b2479f57 (diff) | |
parent | 37325c4c1324d6b768bc8f4449a954550333e34d (diff) | |
download | samba-56a611b12618ef0224a7a8a12883e0ab8340962d.tar.gz samba-56a611b12618ef0224a7a8a12883e0ab8340962d.tar.bz2 samba-56a611b12618ef0224a7a8a12883e0ab8340962d.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit f82eec69f1846aa46e4afe595d956cfd2256c335)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/tdb/tdb.pc.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index c9e5a67d7b..820c55e363 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -3,7 +3,7 @@ [LIBRARY::LIBTDB] VERSION = 0.0.1 SO_VERSION = 0 -DESCRIPTION = Trivial Database Library +PC_FILE = tdb.pc OBJ_FILES = \ common/tdb.o common/dump.o common/io.o common/lock.o \ common/open.o common/traverse.o common/freelist.o \ diff --git a/source4/lib/tdb/tdb.pc.in b/source4/lib/tdb/tdb.pc.in index bb440f9cf5..6f8f553736 100644 --- a/source4/lib/tdb/tdb.pc.in +++ b/source4/lib/tdb/tdb.pc.in @@ -8,3 +8,4 @@ Description: A trivial database Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ltdb Cflags: -I${includedir} +URL: http://tdb.samba.org/ |