[Nagiosplug-checkins] CVS: nagiosplug/lib Makefile.am,1.7,1.8

Karl DeBisschop kdebisschop at users.sourceforge.net
Mon Mar 17 23:49:13 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24984/lib

Modified Files:
	Makefile.am 
Log Message:
use GNU fileutils for check_disk

Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Makefile.am	15 Mar 2003 01:25:35 -0000	1.7
--- Makefile.am	18 Mar 2003 07:48:43 -0000	1.8
***************
*** 3,9 ****
  noinst_LIBRARIES = libnagiosplug.a
  
! noinst_HEADERS = getopt.h 
  
! libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c 
  
  INCLUDES = -I$(srcdir)
--- 3,9 ----
  noinst_LIBRARIES = libnagiosplug.a
  
! noinst_HEADERS = getopt.h fsusage.h mountlist.h
  
! libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c snprintf.c fsusage.c mountlist.c
  
  INCLUDES = -I$(srcdir)





More information about the Commits mailing list