diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 18:14:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 18:14:12 +0100 |
commit | a6a87200250ff9c76138da71a65f025da92d070e (patch) | |
tree | dc9bff022db0399a61a008bcc88187dc632e5772 | |
parent | 45eb6c5b8f95a7af497ebf011b71825a1956f77b (diff) | |
download | samba-a6a87200250ff9c76138da71a65f025da92d070e.tar.gz samba-a6a87200250ff9c76138da71a65f025da92d070e.tar.bz2 samba-a6a87200250ff9c76138da71a65f025da92d070e.zip |
tdb: Add URL in pc file.
(This used to be commit 2fc26c09026a0f2f74e5c7c86002e662b559d265)
-rw-r--r-- | source4/lib/tdb/tdb.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |