$NetBSD: patch-aa,v 1.6 2003/02/16 23:08:56 seb Exp $ --- Makefile.am.orig Thu Mar 21 21:55:56 2002 +++ Makefile.am @@ -2,7 +2,7 @@ RSYNC = rsync --rsh=ssh # build the following subdirectories -SUBDIRS = cgilib-0.4 config gd1.3 zlib-1.1.4 libpng-1.0.9 \ +SUBDIRS = config \ src doc examples contrib tcl # the following files are not mentioned in any other Makefile @@ -14,16 +14,6 @@ EXTRA_DIST = COPYRIGHT CHANGES NT-BUILD- perl-shared/rrdpl.ds? perl-shared/RRDs.pm CLEANFILES = config.cache - -# lets schedule the perl stuff for installation -# the special call to install-sh is because the -d switch is not portable -install-data-local: - $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 644 perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl - $(INSTALL) -m 644 perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - $(INSTALL) -m 755 perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs - # use relaxed rules when building dists AUTOMAKE_OPTIONS= foreign no-dependencies