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

Import('hostenv')
popt = hostenv.StaticLibrary('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c'])
Export('popt')