[Nagiosplug-checkins] nagiosplug/lib Makefile.am,1.27,1.28
Ton Voon
tonvoon at users.sourceforge.net
Mon Jul 10 10:44:41 CEST 2006
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins urlize.c,1.19,1.20
- Next message: [Nagiosplug-checkins] nagiosplug/lib creat-safer.c, NONE, 1.1 dup-safer.c, NONE, 1.1 fcntl--.h, NONE, 1.1 fcntl-safer.h, NONE, 1.1 fd-safer.c, NONE, 1.1 open-safer.c, NONE, 1.1 pipe-safer.c, NONE, 1.1 unistd--.h, NONE, 1.1 unistd-safer.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/nagiosplug/lib
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7235/lib
Modified Files:
Makefile.am
Log Message:
Didn't add intprops.h into distribution correctly
Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/lib/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.am 5 Jul 2006 08:26:48 -0000 1.27
+++ Makefile.am 10 Jul 2006 08:44:39 -0000 1.28
@@ -13,11 +13,16 @@
safe-write.c safe-write.h strcase.h xalloc-die.c
# intprops.h required for getloadavg.c
+# This needs to be an EXTRA_DIST because the m4s
+# that have AC_LIBSOURCES for intprops.h are not necessary and
+# the getloadavg m4 is an autoconf one, so doesn't
+# know about intprops.h. Confused? You will be!
+EXTRA_DIST = intprops.h
+
other_coreutils_files = \
error.c error.h \
fsusage.c \
getloadavg.c \
- intprops.h \
malloc.c \
mountlist.c \
realloc.c \
@@ -43,7 +48,7 @@
# Below are from coreutil's lib/Makefile.am
BUILT_SOURCES = $(STDBOOL_H)
-EXTRA_DIST = stdbool_.h
+EXTRA_DIST += stdbool_.h
MOSTLYCLEANFILES = stdbool.h stdbool.ht
# Create stdbool.h on systems that lack a working one.
stdbool.h: stdbool_.h
- Previous message: [Nagiosplug-checkins] nagiosplug/plugins urlize.c,1.19,1.20
- Next message: [Nagiosplug-checkins] nagiosplug/lib creat-safer.c, NONE, 1.1 dup-safer.c, NONE, 1.1 fcntl--.h, NONE, 1.1 fcntl-safer.h, NONE, 1.1 fd-safer.c, NONE, 1.1 open-safer.c, NONE, 1.1 pipe-safer.c, NONE, 1.1 unistd--.h, NONE, 1.1 unistd-safer.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list