diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-12-28 22:34:08 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-12-28 22:34:08 +0000 |
commit | d2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819 (patch) | |
tree | e084b529490b1c93021b137b3f19b5e675d8b4b6 /source/utils/debug2html.c | |
parent | 1d9540bfc00381cd86f47e5673d902352e9f4b55 (diff) | |
download | samba-d2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819.tar.gz samba-d2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819.tar.xz samba-d2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819.zip |
Sorry that this is going so slowly.
I've added debug2html to Makefile.in so that it compiles as part of the
normal build. Fixed a typo in debug2html.c as well.
One problem: I found it necessary to link with both $(PARAM_OBJ) and
$(LIB_OBJ). The result is an executable that is much larger
than it really needs to be.
Diffstat (limited to 'source/utils/debug2html.c')
-rw-r--r-- | source/utils/debug2html.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/debug2html.c b/source/utils/debug2html.c index d5d8fb872ce..1349da5b284 100644 --- a/source/utils/debug2html.c +++ b/source/utils/debug2html.c @@ -28,12 +28,12 @@ * does a decent job of converting Samba logs into HTML. * -------------------------------------------------------------------------- ** * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * ========================================================================== ** */ -#include "include.h" +#include "includes.h" /* -------------------------------------------------------------------------- ** * The size of the read buffer. |