summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-03 16:27:44 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:19 +1100
commit7b948a39e1783ff4732f9734830b0544d6a814b1 (patch)
tree9bf80d02eb2d939fec648170f82cd0c5d7f067ad /lib
parent0a0ebd73fb98002f099544eca5deaf6763790277 (diff)
downloadsamba-7b948a39e1783ff4732f9734830b0544d6a814b1.tar.gz
samba-7b948a39e1783ff4732f9734830b0544d6a814b1.tar.bz2
samba-7b948a39e1783ff4732f9734830b0544d6a814b1.zip
tdb: use public_headers to install header files
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index f704bc79aa..7498350fc8 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -65,7 +65,6 @@ def build(bld):
if bld.env.standalone_tdb:
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
bld.PKG_CONFIG_FILES('tdb.pc', vnum=VERSION)
- bld.INSTALL_FILES('${INCLUDEDIR}', 'include/tdb.h', flat=True)
private_library = False
else:
private_library = True
@@ -79,6 +78,7 @@ def build(bld):
abi_match='tdb_*',
hide_symbols=True,
vnum=VERSION,
+ public_headers='include/tdb.h',
private_library=private_library)
bld.SAMBA_BINARY('tdbtorture',