blob: b24bc407ca2c7e5cb215b8cd9553f5d19dd84182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libnagiosplug.a
noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h
libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c
libnagiosplug_a_DEPENDENCIES = @LIBOBJS@
INCLUDES = -I$(srcdir)
EXTRA_DIST = getaddrinfo.c gethostbyname.c
|