summaryrefslogtreecommitdiff
path: root/source4/lib/wscript_build
blob: 872259d6700a46c0b6497e3b0d5b0f700932da1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('GENCACHE',
	source='../../source3/lib/gencache.c',
        enabled=False,
	deps='tdb-wrap'
	)


bld.SAMBA_LIBRARY('tdb-wrap',
                  source='tdb_wrap.c',
                  deps='tdb talloc samba-util',
                  public_headers='tdb_wrap.h',
                  private_library=True
                  )