summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-07-14 09:47:25 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-07-14 09:47:25 (GMT)
commit426ef84181c487fe54876183092e87d6d2a2f4e3 (patch)
treee4fc9ef955bdefdb5c76ecf90f77fa26c8754d7c /lib/Makefile.am
parent54055835d24a9fabcfc7c77dab7dadd3039c9161 (diff)
downloadmonitoring-plugins-426ef84181c487fe54876183092e87d6d2a2f4e3.tar.gz
Missing header files
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0f40bf1..8045569 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -42,6 +42,7 @@ libcoreutils_a_LIBADD = $(LIBOBJS)
42libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD) 42libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
43 43
44libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c 44libnagiosplug_a_SOURCES = snprintf.c utils_base.c utils_disk.c
45EXTRA_DIST += utils_base.h utils_disk.h
45 46
46INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins 47INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
47 48