diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 7727b282..afa91a6d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,10 +1,12 @@ ## Process this file with automake to produce Makefile.in +EXTRA_DIST = getloadavg.m4 + noinst_LIBRARIES = libnagiosplug.a noinst_HEADERS = getopt.h -libnagiosplug_a_SOURCES = getopt.c getopt1.c +libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c INCLUDES = -I$(srcdir) |