diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 01:59:31 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 01:59:31 (GMT) |
commit | 8b6d3138337997b266720518c7b0dfd42462f482 (patch) | |
tree | 0701345fe1296e53a23693115d4461d8fae8972b /lib/Makefile.am | |
parent | 1f96af37e3c4396e10d39239928c689ea5d0a9a1 (diff) | |
download | monitoring-plugins-8b6d3138337997b266720518c7b0dfd42462f482.tar.gz |
Move snprintf into lib
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@382 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7826a28..846eeae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -4,7 +4,7 @@ noinst_LIBRARIES = libnagiosplug.a | |||
4 | 4 | ||
5 | noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h | 5 | noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h |
6 | 6 | ||
7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c | 7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c |
8 | 8 | ||
9 | INCLUDES = -I$(srcdir) | 9 | INCLUDES = -I$(srcdir) |
10 | 10 | ||