diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index d82f138b..7826a286 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,9 +2,10 @@ noinst_LIBRARIES = libnagiosplug.a -noinst_HEADERS = getopt.h +noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c INCLUDES = -I$(srcdir) +EXTRA_DIST = getaddrinfo.c gethostbyname.c |