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=037b8e419d78cc72fadb063e40b92b5b04b84d6d;p=rrdtool-all.git improved dist target -- Peter Stamfest git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@179 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/CONTRIBUTORS b/program/CONTRIBUTORS index 7e1f291b..25431781 100644 --- a/program/CONTRIBUTORS +++ b/program/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/program/bindings/Makefile.am b/program/bindings/Makefile.am index b76d3a42..d2eaad34 100644 --- a/program/bindings/Makefile.am +++ b/program/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/program/bindings/perl-shared/MANIFEST b/program/bindings/perl-shared/MANIFEST index 264b64c0..3847d186 100644 --- a/program/bindings/perl-shared/MANIFEST +++ b/program/bindings/perl-shared/MANIFEST @@ -7,4 +7,3 @@ RRDs.xs t/base.t rrdpl.dsp rrdpl.dsw - diff --git a/program/libraries/Makefile.am b/program/libraries/Makefile.am index 71ce0e20..8b1b16d4 100644 --- a/program/libraries/Makefile.am +++ b/program/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/program/src/Makefile.am b/program/src/Makefile.am index 87fdd2b9..3aca3320 100644 --- a/program/src/Makefile.am +++ b/program/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