[Nagiosplug-checkins] nagiosplug Makefile.am, 1.31, 1.32 configure.in, 1.192, 1.193
Ton Voon
tonvoon at users.sourceforge.net
Thu Jul 13 14:50:23 CEST 2006
- Previous message: [Nagiosplug-checkins] nagiosplug/lib Makefile.am,1.28,1.29
- Next message: [Nagiosplug-checkins] nagiosplug/lib/tests .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 README, NONE, 1.1 test_disk.c, NONE, 1.1 test_disk.t, NONE, 1.1 test_utils.c, NONE, 1.1 test_utils.t, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2206
Modified Files:
Makefile.am configure.in
Log Message:
Move new util_* functions to lib/
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.am 18 May 2006 22:05:41 -0000 1.31
+++ Makefile.am 13 Jul 2006 12:50:19 -0000 1.32
@@ -21,6 +21,7 @@
cd plugins-root && $(MAKE) $@
test:
+ cd lib && $(MAKE) test
cd plugins; $(MAKE) test
cd plugins-scripts; $(MAKE) test
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- configure.in 13 Jul 2006 08:54:56 -0000 1.192
+++ configure.in 13 Jul 2006 12:50:21 -0000 1.193
@@ -1699,7 +1699,7 @@
lib/Makefile
m4/Makefile
plugins/Makefile
- plugins/tests/Makefile
+ lib/tests/Makefile
plugins-root/Makefile
plugins-scripts/Makefile
plugins-scripts/subst
- Previous message: [Nagiosplug-checkins] nagiosplug/lib Makefile.am,1.28,1.29
- Next message: [Nagiosplug-checkins] nagiosplug/lib/tests .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 README, NONE, 1.1 test_disk.c, NONE, 1.1 test_disk.t, NONE, 1.1 test_utils.c, NONE, 1.1 test_utils.t, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list