summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-22 11:59:23 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:34 +1000
commit7723519cf7544382069c7f77f915ebe9fe236efe (patch)
treeeec004107462893436762f3a269e84aea888d647 /lib/replace
parentbf4f9962f6f3c56ee2666646eb769790f778d361 (diff)
downloadsamba-7723519cf7544382069c7f77f915ebe9fe236efe.tar.gz
samba-7723519cf7544382069c7f77f915ebe9fe236efe.tar.bz2
samba-7723519cf7544382069c7f77f915ebe9fe236efe.zip
build: SAMBA_BUILD_ENV() is now in conf.*
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 5c1975bf5f..04665a0ec1 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -148,14 +148,13 @@ main() { foo("hello"); }
msg="Checking for C99 vsnprintf")
conf.SAMBA_CONFIG_H()
+ conf.SAMBA_BUILD_ENV()
def build(bld):
bld.set_rpath()
REPLACE_SOURCE = 'replace.c snprintf.c'
- bld.SAMBA_BUILD_ENV()
-
bld.SAMBA_LIBRARY('replace',
REPLACE_SOURCE)