summaryrefslogtreecommitdiffstats
path: root/source/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-22 18:24:00 +0100
committerMichael Adam <obnox@samba.org>2008-02-13 01:40:11 +0100
commit77664bc482071798571096a299e7d8b190f53797 (patch)
tree5462b0cb6b8d07f56088fe6068e704841e8c6955 /source/lib
parenta146145c28cc355fed47b8a1f322311ffc1a51ab (diff)
downloadsamba-77664bc482071798571096a299e7d8b190f53797.tar.gz
samba-77664bc482071798571096a299e7d8b190f53797.tar.xz
samba-77664bc482071798571096a299e7d8b190f53797.zip
talloc/tdb: Use manually written pc file.
(cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769) Michael
Diffstat (limited to 'source/lib')
-rw-r--r--source/lib/talloc/config.mk1
-rw-r--r--source/lib/tdb/config.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/talloc/config.mk b/source/lib/talloc/config.mk
index 942ced6b868..c31f9a75154 100644
--- a/source/lib/talloc/config.mk
+++ b/source/lib/talloc/config.mk
@@ -2,6 +2,7 @@
VERSION = 1.0.0
SO_VERSION = 1
OBJ_FILES = talloc.o
+PC_FILE = talloc.pc
MANPAGE = talloc.3
CFLAGS = -Ilib/talloc
PUBLIC_HEADERS = talloc.h
diff --git a/source/lib/tdb/config.mk b/source/lib/tdb/config.mk
index ab90ed728d5..e0b8c371a7b 100644
--- a/source/lib/tdb/config.mk
+++ b/source/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 \