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 7727b28..afa91a6 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -1,10 +1,12 @@ | |||
1 | ## Process this file with automake to produce Makefile.in | 1 | ## Process this file with automake to produce Makefile.in |
2 | 2 | ||
3 | EXTRA_DIST = getloadavg.m4 | ||
4 | |||
3 | noinst_LIBRARIES = libnagiosplug.a | 5 | noinst_LIBRARIES = libnagiosplug.a |
4 | 6 | ||
5 | noinst_HEADERS = getopt.h | 7 | noinst_HEADERS = getopt.h |
6 | 8 | ||
7 | libnagiosplug_a_SOURCES = getopt.c getopt1.c | 9 | libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c |
8 | 10 | ||
9 | INCLUDES = -I$(srcdir) | 11 | INCLUDES = -I$(srcdir) |
10 | 12 | ||