summaryrefslogtreecommitdiff
path: root/source4/lib/charset/SConscript
blob: d73d3903092a0cfa9996531b0dc2d28506f7d845 (plain)
1
2
3
4
5
#            tastes like -*- python -*-

Import('hostenv')
charset = hostenv.StaticLibrary('charset',['iconv.c','charcnv.c'])
Export('charset')