summaryrefslogtreecommitdiff
path: root/source3/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
commit7bf6e4d6a0e479a0f2fbe0ccee11522d7a19b7b9 (patch)
tree7c0c8ef537491d670025aa749265cb072af6f41c /source3/utils/debug2html.c
parent13ab117535764f7279521ef97d994238e2796143 (diff)
downloadsamba-7bf6e4d6a0e479a0f2fbe0ccee11522d7a19b7b9.tar.gz
samba-7bf6e4d6a0e479a0f2fbe0ccee11522d7a19b7b9.tar.bz2
samba-7bf6e4d6a0e479a0f2fbe0ccee11522d7a19b7b9.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. (This used to be commit d2d6f0bf362d376f39d0ec7e4b6651ca2b8c8819)
Diffstat (limited to 'source3/utils/debug2html.c')
-rw-r--r--source3/utils/debug2html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/debug2html.c b/source3/utils/debug2html.c
index d5d8fb872c..1349da5b28 100644
--- a/source3/utils/debug2html.c
+++ b/source3/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.