talloc/tdb: Use manually written pc file.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 22 Jan 2008 17:24:00 +0000 (18:24 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:11 +0000 (01:40 +0100)
(cherry picked from parts of c8947fda23eb874a7694bdee1b4de605744c2769)

Michael
(This used to be commit 77664bc482071798571096a299e7d8b190f53797)

source3/lib/talloc/config.mk
source3/lib/tdb/config.mk

index 942ced6b868d0f58b55dbc6adba9c327692f546e..c31f9a75154049ceeab1cbfc36961b38b4d33b48 100644 (file)
@@ -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
index ab90ed728d57afc3caa391ca8eacd82d8e2cb90e..e0b8c371a7bc361f54a841d94a4617a6cc085871 100644 (file)
@@ -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 \