summaryrefslogtreecommitdiffstats
path: root/source/utils/debug2html.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-12-28 22:34:08 +0000
committerChristopher R. Hertel <crh@samba.org>1998-12-28 22:34:08 +0000
commitd2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819 (patch)
treee084b529490b1c93021b137b3f19b5e675d8b4b6 /source/utils/debug2html.c
parent1d9540bfc00381cd86f47e5673d902352e9f4b55 (diff)
downloadsamba-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.c4
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.