diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-11-09 16:24:31 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-11-09 16:24:31 +0000 |
commit | e69987090fa1368dcb3d4025ae45e30bca4333c9 (patch) | |
tree | 41ddd4477df024344f1e0c8328fb670fd849dcc3 /source4/torture | |
parent | 47d3fe181b5b728ba871db19bb5e10f405dd3a16 (diff) | |
download | samba-e69987090fa1368dcb3d4025ae45e30bca4333c9.tar.gz samba-e69987090fa1368dcb3d4025ae45e30bca4333c9.tar.bz2 samba-e69987090fa1368dcb3d4025ae45e30bca4333c9.zip |
Add make rule for smbiconv
(This used to be commit 4c0226c71820c18725fd44dc66e1db36037c6a70)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smbiconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/smbiconv.c b/source4/torture/smbiconv.c index a7869504f2..8e68d252d6 100644 --- a/source4/torture/smbiconv.c +++ b/source4/torture/smbiconv.c @@ -183,7 +183,6 @@ int main(int argc, char *argv[]) { "to-code", 't', POPT_ARG_STRING, &to, 0, "Encoding for output" }, { "output", 'o', POPT_ARG_STRING, &output, 0, "Write output to this file" }, { "preload-modules", 'p', POPT_ARG_STRING, &preload_modules[0], 0, "Modules to load" }, - POPT_COMMON_SAMBA POPT_TABLEEND }; |