summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1639e92)
raw | patch | inline | side by side (parent: 1639e92)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 12 Feb 2003 07:06:56 +0000 (07:06 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 12 Feb 2003 07:06:56 +0000 (07:06 +0000) |
diff --git a/program/CONTRIBUTORS b/program/CONTRIBUTORS
index 7e1f291b8a9a75730acf5675220aff81e4010de8..25431781fa504e03f8ebe76e65837c0f8079650f 100644 (file)
--- a/program/CONTRIBUTORS
+++ b/program/CONTRIBUTORS
Christophe Van Ginneken <Christophe.VanGinneken@ubizen.com> (--no-legend)
Wolfgang Schrimm <wschrimm@uni-hd.de> xport function
Travis Brown <tebrown@csh.rit.edu>
+ Peter Stamfest <peter@stamfest.at> initial multi-thread support
Documentation
index b76d3a42fcf3c77685e72dd37f6c5b54c9d757b6..d2eaad343ed20f301fdc2275b603dbfa4614b61d 100644 (file)
SUBDIRS = tcl
# the following files are not mentioned in any other Makefile
-EXTRA_DIST = `cat perl-*/MANIFEST`
+EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e s,^,$$A/, ; done)
# lets schedule the perl stuff for installation
# the special call to install-sh is because the -d switch is not portable
index 264b64c008dcc0772528c64a61220f78cded9b90..3847d18684143ce33f56cd8f40a6b6572c0a9eeb 100644 (file)
t/base.t
rrdpl.dsp
rrdpl.dsw
-
index 71ce0e203f3e344dd4dc8ed794e4592ef320e3bd..8b1b16d4125b316b629654bb195bba9a027f98c3 100644 (file)
SUBDIRS=$(BUILD_CGI) $(BUILD_ZLIB) $(BUILD_LIBPNG) $(BUILD_LIBART) $(BUILD_FREETYPE) afm
-DIST_SUBDIRS=$(CGILIB) $(ZLIB) $(LIBPNG) $(LIBART) $(FREETYPE)
+DIST_SUBDIRS=$(CGILIB) $(ZLIB) $(LIBPNG) $(LIBART) $(FREETYPE) afm
index 87fdd2b94dfbb089dfe72d5371e0c835e065b649..3aca33204336355e51e037ffbacdb6992dcb9eb5 100644 (file)
--- a/program/src/Makefile.am
+++ b/program/src/Makefile.am
rrd_gfx.c rrd_gfx.h \
rrd_afm.c rrd_afm_data.c \
getopt.h ntconfig.h parsetime.h \
- rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h
+ rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_hw.h rrd_rpncalc.h \
+ rrd_nan_inf.h fnv.h rrd_graph.h rrd_afm.h rrd_afm_data.h
# Build two libraries. One is a public one that gets installed in
# $prefix/lib. Libtool does not create an archive of the PIC compiled