From dbbfad82862343eed0be86c8ca4fa23bdff5beb5 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 5 Jun 2010 19:16:20 +0400 Subject: s4-waf: add the missing bits for builing nss_winbind and pam_winbind This is something that was not picked up during the migration to waf --- lib/iniparser/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/iniparser/wscript_build (limited to 'lib/iniparser') diff --git a/lib/iniparser/wscript_build b/lib/iniparser/wscript_build new file mode 100644 index 0000000000..419c232f91 --- /dev/null +++ b/lib/iniparser/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +bld.SAMBA_SUBSYSTEM('LIBINIPARSER', + source='../iniparser_build/iniparser.c ../iniparser_build/dictionary.c ../iniparser_build/strlib.c', + deps='replace', + cflags='' + ) -- cgit