monitoring-plugins/lib/Makefile.am
Ton Voon 82d1989d32 Moving m4 files into m4/. Added extra coreutils files required from
autoconf tests. Updated Makefile.am to have nagiosplug lib and a separate
coreutils lib


git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1027 f882894a-f735-0410-b71e-b25c423dba1c
2004-12-15 20:47:26 +00:00

38 lines
797 B
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libcoreutils.a libnagiosplug.a
# Will auto pick up fsusage.c mountlist.c
libcoreutils_a_SOURCES = \
cloexec.c cloexec.h \
exit.h \
exitfail.c exitfail.h \
fsusage.h \
full-read.c full-read.h \
full-write.c full-write.h \
getopt.c getopt.h getopt1.c \
gettext.h \
mountlist.h \
safe-read.c safe-read.h \
safe-write.c safe-write.h \
unlocked-io.h \
xalloc.h \
xmalloc.c \
xstrdup.c
other_coreutils_files = \
error.c error.h \
fsusage.c \
getloadaavg.c \
malloc.c \
mountlist.c \
realloc.c \
strtod.c
libcoreutils_a_LIBADD = $(LIBOBJS)
libcoreutils_a_DEPENDENCIES = $(libcoreutils_a_LIBADD)
libnagiosplug_a_SOURCES = snprintf.c
INCLUDES = -I$(srcdir) -I$(top_srcdir)/intl