diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 18:24:00 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 18:24:00 +0100 |
commit | cc984e4046726696a0e71a0fda488e947ccd05eb (patch) | |
tree | 4f244f2921ac9b045dda3373d9e59b802ed611c1 /source4/lib/talloc | |
parent | b49e2f1f35e6b5a8ab7e992d5609070ddf0875b2 (diff) | |
download | samba-cc984e4046726696a0e71a0fda488e947ccd05eb.tar.gz samba-cc984e4046726696a0e71a0fda488e947ccd05eb.tar.bz2 samba-cc984e4046726696a0e71a0fda488e947ccd05eb.zip |
ldb/talloc/tdb: Use manually written pc file.
(This used to be commit c8947fda23eb874a7694bdee1b4de605744c2769)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r-- | source4/lib/talloc/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk index 942ced6b86..c31f9a7515 100644 --- a/source4/lib/talloc/config.mk +++ b/source4/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 |