Move snprintf into lib

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@382 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2003-03-08 01:59:31 +00:00
parent 1f96af37e3
commit 8b6d313833
3 changed files with 2 additions and 9 deletions

View file

@ -4,7 +4,7 @@ noinst_LIBRARIES = libnagiosplug.a
noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h
libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c
libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c
INCLUDES = -I$(srcdir)

View file

@ -16,8 +16,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
check_tcp_programs = check_ftp check_imap check_nntp check_pop
EXTRA_DIST = t utils.c netutils.c popen.c \
snprintf.c
EXTRA_DIST = t utils.c netutils.c popen.c
PLUGINHDRS = common.h config.h
@ -118,12 +117,6 @@ utils.o: utils.c utils.h $(PLUGINHDRS)
netutils.o: netutils.c netutils.h $(PLUGINHDRS)
snprintf.o: snprintf.c
$(COMPILE) @NEED_VA_LIST@ -c $(srcdir)/snprintf.c -o $@
libsnprintf.a: snprintf.o
$(AR) -r $@ snprintf.o
all-local: $(check_tcp_programs)
$(check_tcp_programs): check_tcp