From 2eb25f8f7cc9584528b2caa54a6097fc17fcec8b Mon Sep 17 00:00:00 2001 From: Peter Clifton Date: Tue, 2 Mar 2010 14:25:46 +0000 Subject: [PATCH] Fix distribution of gnet-pcbfwd.scm in the dist tarball Use the dist_ prefix to make this simple, so our installed targets are now listed in dist_..._DATA, rather than ..._DATA and EXTRA_DIST. --- tools/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 002fecca..d9665a91 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -5,12 +5,10 @@ ## in ${exec_prefix}/bin (by bin_SCRIPTS and bin_PROGRAMS) toolsdir= $(pkgdatadir)/tools -tools_DATA= ${TOOLS} +dist_tools_DATA= ${TOOLS} scmdatadir = $(datadir)/gEDA/scheme -scmdata_DATA = $(DIST_SCM) - -EXTRA_DIST= ${TOOLS} +dist_scmdata_DATA = $(DIST_SCM) bin_SCRIPTS= \ MergePCBPS \ -- 2.11.4.GIT