summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
commit211bf1ea170966eb283e45339806ac45aec44d58 (patch)
tree1f08ffe0c2340cc5fadfcefcfcec3887cbe9c168 /source4/librpc
parentf8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff)
downloadsamba-211bf1ea170966eb283e45339806ac45aec44d58.tar.gz
samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.bz2
samba-211bf1ea170966eb283e45339806ac45aec44d58.zip
s4-waf: removed the unused installdir= option to SAMBA_BINARY()
This was left over from the automatic conversion of the config.mk files
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index fb062e6c84..f9a5eab185 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -17,7 +17,6 @@ bld.SAMBA_LIBRARY('LIBNDR',
bld.SAMBA_BINARY('ndrdump',
source='../../librpc/tools/ndrdump.c',
manpages='../../librpc/tools/ndrdump.1',
- installdir='BINDIR',
deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA NDR_TABLE LIBSAMBA-ERRORS'
)