diff options
author | Ira Cooper <ira@samba.org> | 2014-07-22 21:34:17 -0700 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2014-08-09 18:26:17 +0200 |
commit | 38de110b02ff7e622d6394e12d99c3e01568db3e (patch) | |
tree | 8fad8fd60021300e6b300f17bd520018ef9aacc6 /testsuite | |
parent | 8cc966747df8531eb0afc8870dac29a306fb4352 (diff) | |
download | samba-38de110b02ff7e622d6394e12d99c3e01568db3e.tar.gz |
third_party/popt: Initial support for popt.
ctdb, ldb, and samba are supported builds for third_party popt.
Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/headers/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/headers/wscript_build b/testsuite/headers/wscript_build index 635c8641fc6..f612ad92615 100644 --- a/testsuite/headers/wscript_build +++ b/testsuite/headers/wscript_build @@ -35,7 +35,7 @@ for lib in ['talloc', 'tevent', 'tdb', 'ldb', 'popt' ]: cflags += bld.env.CPPPATH_ST % p + ' ' if not bld.env.USING_SYSTEM_POPT: - cflags += bld.env.CPPPATH_ST % '../lib/popt' + cflags += bld.env.CPPPATH_ST % '../third_party/popt' if bld.env.DEVELOPER_MODE: bld.SAMBA_BINARY('test_headers', |