|
|
nagiosplug/lib Makefile.am, 1.29, 1.30 utils_base.c, 1.1, 1.2: msg#00036
|
Subject: |
nagiosplug/lib Makefile.am, 1.29, 1.30 utils_base.c, 1.1, 1.2 |
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv630/lib
Modified Files:
Makefile.am utils_base.c
Log Message:
Missing header files
Index: utils_base.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/utils_base.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- utils_base.c 13 Jul 2006 23:58:00 -0000 1.1
+++ utils_base.c 14 Jul 2006 09:47:25 -0000 1.2
@@ -12,6 +12,7 @@
* $Date$
****************************************************************************/
+#include <stdarg.h>
#include "common.h"
#include "utils_base.h"
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/Makefile.am,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Makefile.am 13 Jul 2006 12:50:21 -0000 1.29
+++ Makefile.am 14 Jul 2006 09:47:25 -0000 1.30
@@ -42,6 +42,7 @@
libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c
+EXTRA_DIST += utils_base.h utils_disk.h
INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|
| |