summaryrefslogtreecommitdiff
path: root/source3/build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-27 16:39:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-27 22:22:26 +1000
commit3e85b960fae391af7a0592d5d38c18ae5a157209 (patch)
treec0c87c28730f73f8c4b853505123253ae2761c7e /source3/build
parent9e29b09d3928398dce1c15bb017cf840a0df597e (diff)
downloadsamba-3e85b960fae391af7a0592d5d38c18ae5a157209.tar.gz
dynconfig: Have only one dynconfig.o in the common code.
Diffstat (limited to 'source3/build')
-rw-r--r--source3/build/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/build/wscript b/source3/build/wscript
index d370daf8996..b9c6bd264c8 100644
--- a/source3/build/wscript
+++ b/source3/build/wscript
@@ -42,7 +42,7 @@ def configure(conf):
def build(bld):
cflags = dynconfig_cflags(bld)
bld.SAMBA3_SUBSYSTEM('DYNCONFIG',
- '../dynconfig.c',
+ '../../dynconfig/dynconfig.c',
deps='replace talloc tdb popt',
cflags=cflags)