diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b24bc40..9a26e41 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -2,12 +2,8 @@ | |||
2 | 2 | ||
3 | noinst_LIBRARIES = libnagiosplug.a | 3 | noinst_LIBRARIES = libnagiosplug.a |
4 | 4 | ||
5 | noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h | 5 | noinst_HEADERS = getopt.h |
6 | 6 | ||
7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c | 7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c |
8 | 8 | ||
9 | libnagiosplug_a_DEPENDENCIES = @LIBOBJS@ | ||
10 | |||
11 | INCLUDES = -I$(srcdir) | 9 | INCLUDES = -I$(srcdir) |
12 | |||
13 | EXTRA_DIST = getaddrinfo.c gethostbyname.c | ||