mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 22:56:58 -04:00
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:
parent
1f96af37e3
commit
8b6d313833
3 changed files with 2 additions and 9 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue