From: oetiker Date: Wed, 12 Feb 2003 07:06:56 +0000 (+0000) Subject: improved dist target -- Peter Stamfest X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b821e60503b38bda3a39c26ca351136e19c9ead;p=rrdtool.git improved dist target -- Peter Stamfest git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@179 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7e1f291..2543178 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -56,6 +56,7 @@ Debugging and code contributions Christophe Van Ginneken (--no-legend) Wolfgang Schrimm xport function Travis Brown + Peter Stamfest initial multi-thread support Documentation diff --git a/bindings/Makefile.am b/bindings/Makefile.am index b76d3a4..d2eaad3 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,7 +1,7 @@ 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 diff --git a/bindings/perl-shared/MANIFEST b/bindings/perl-shared/MANIFEST index 264b64c..3847d18 100644 --- a/bindings/perl-shared/MANIFEST +++ b/bindings/perl-shared/MANIFEST @@ -7,4 +7,3 @@ RRDs.xs t/base.t rrdpl.dsp rrdpl.dsw - diff --git a/libraries/Makefile.am b/libraries/Makefile.am index 71ce0e2..8b1b16d 100644 --- a/libraries/Makefile.am +++ b/libraries/Makefile.am @@ -22,4 +22,4 @@ endif 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 diff --git a/src/Makefile.am b/src/Makefile.am index 87fdd2b..3aca332 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,8 @@ RRD_C_FILES = \ 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