[Nagiosplug-checkins] nagiosplug/plugins-root Makefile.am, 1.9, 1.10
Ton Voon
tonvoon at users.sourceforge.net
Wed Jan 24 23:47:27 CET 2007
- Previous message: [Nagiosplug-checkins] nagiosplug/m4 Makefile.am.in, 1.2, NONE afs.m4, 1.2, NONE alloca.m4, 1.1, NONE basename.m4, 1.1, NONE c-strtod.m4, 1.1, NONE codeset.m4, 1.2, NONE dos.m4, 1.1, NONE error.m4, 1.2, NONE exitfail.m4, 1.2, NONE extensions.m4, 1.2, NONE fcntl-safer.m4, 1.1, NONE fstypename.m4, 1.2, NONE fsusage.m4, 1.2, NONE getopt.m4, 1.2, NONE gettext.m4, 1.2, NONE glibc21.m4, 1.2, NONE iconv.m4, 1.2, NONE inttypes-pri.m4, 1.2, NONE inttypes.m4, 1.2, NONE inttypes_h.m4, 1.2, NONE lib-ld.m4, 1.2, NONE lib-link.m4, 1.2, NONE lib-prefix.m4, 1.2, NONE longdouble.m4, 1.1, NONE longlong.m4, 1.1, NONE ls-mntd-fs.m4, 1.3, NONE mountlist.m4, 1.2, NONE nls.m4, 1.1, NONE np_coreutils.m4, 1.8, NONE np_curl.m4, 1.1, NONE onceonly_2_57.m4, 1.1, NONE po.m4, 1.1, NONE progtest.m4, 1.2, NONE regex.m4, 1.1, NONE restrict.m4, 1.1, NONE signed.m4, 1.1, NONE stdbool.m4, 1.2, NONE stdint_h.m4, 1.2, NONE uintmax_t.m4, 1.2, NONE ulonglong.m4, 1.2, NONE unistd-safer.m4, 1.1, NONE unlocked-io.m4, 1.2, NONE wchar_t.m4, 1.1, NONE wint_t.m4, 1.1, NONE xalloc.m4, 1.2, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am, 1.73, 1.74 check_smtp.c, 1.54, 1.55 common.h, 1.25, 1.26 netutils.h, 1.17, 1.18 getaddrinfo.c, 1.2, NONE getaddrinfo.h, 1.2, NONE gethostbyname.c, 1.3, NONE gethostbyname.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/plugins-root
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9154/plugins-root
Modified Files:
Makefile.am
Log Message:
Sync with gnulib - lots of extraneous code removed in preference to GNU code
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-root/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 24 Oct 2006 09:48:26 -0000 1.9
+++ Makefile.am 24 Jan 2007 22:47:25 -0000 1.10
@@ -2,7 +2,7 @@
VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t
-INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@
+INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins @SSLINCLUDE@
datadir = @datadir@
localedir = $(datadir)/locale
@@ -15,7 +15,7 @@
EXTRA_DIST = pst3.c
-BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a
+BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a
NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS)
NETLIBS = $(NETOBJS) $(SOCKETLIBS)
- Previous message: [Nagiosplug-checkins] nagiosplug/m4 Makefile.am.in, 1.2, NONE afs.m4, 1.2, NONE alloca.m4, 1.1, NONE basename.m4, 1.1, NONE c-strtod.m4, 1.1, NONE codeset.m4, 1.2, NONE dos.m4, 1.1, NONE error.m4, 1.2, NONE exitfail.m4, 1.2, NONE extensions.m4, 1.2, NONE fcntl-safer.m4, 1.1, NONE fstypename.m4, 1.2, NONE fsusage.m4, 1.2, NONE getopt.m4, 1.2, NONE gettext.m4, 1.2, NONE glibc21.m4, 1.2, NONE iconv.m4, 1.2, NONE inttypes-pri.m4, 1.2, NONE inttypes.m4, 1.2, NONE inttypes_h.m4, 1.2, NONE lib-ld.m4, 1.2, NONE lib-link.m4, 1.2, NONE lib-prefix.m4, 1.2, NONE longdouble.m4, 1.1, NONE longlong.m4, 1.1, NONE ls-mntd-fs.m4, 1.3, NONE mountlist.m4, 1.2, NONE nls.m4, 1.1, NONE np_coreutils.m4, 1.8, NONE np_curl.m4, 1.1, NONE onceonly_2_57.m4, 1.1, NONE po.m4, 1.1, NONE progtest.m4, 1.2, NONE regex.m4, 1.1, NONE restrict.m4, 1.1, NONE signed.m4, 1.1, NONE stdbool.m4, 1.2, NONE stdint_h.m4, 1.2, NONE uintmax_t.m4, 1.2, NONE ulonglong.m4, 1.2, NONE unistd-safer.m4, 1.1, NONE unlocked-io.m4, 1.2, NONE wchar_t.m4, 1.1, NONE wint_t.m4, 1.1, NONE xalloc.m4, 1.2, NONE
- Next message: [Nagiosplug-checkins] nagiosplug/plugins Makefile.am, 1.73, 1.74 check_smtp.c, 1.54, 1.55 common.h, 1.25, 1.26 netutils.h, 1.17, 1.18 getaddrinfo.c, 1.2, NONE getaddrinfo.h, 1.2, NONE gethostbyname.c, 1.3, NONE gethostbyname.h, 1.3, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list