summaryrefslogtreecommitdiff
path: root/source4/lib/registry/SConscript
blob: 4ea430110591ca525b3ee215712249b307983a19 (plain)
1
2
3
4
5
6
7
#            tastes like -*- python -*-

Import('hostenv')
Import('talloc basic popt_common popt param')
registry = hostenv.StaticLibrary('registry',
			[basic,talloc,'common/reg_interface.c','common/reg_util.c'])
hostenv.Program('regtree', ['tools/regtree.c',registry,talloc,basic,popt_common,popt,param])