From e830339098113ffebd269f18cc53c4bd4e5ecf73 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Tue, 17 Jan 2006 15:23:46 +0000 Subject: [PATCH] * turns out nodist_ and dist_ mean different things... We actually want to include help-opal-wrapper.txt in the dist tarball directly. We don't want to include the wrapper-data.txt files, because we actually want to ship the .in versions of those files, and AM automatically ships aything needed for configure's output This commit was SVN r8711. --- opal/tools/wrappers/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opal/tools/wrappers/Makefile.am b/opal/tools/wrappers/Makefile.am index 5651a659bc..6648d04371 100644 --- a/opal/tools/wrappers/Makefile.am +++ b/opal/tools/wrappers/Makefile.am @@ -17,10 +17,12 @@ # nodist_pkgdata_DATA = \ - help-opal-wrapper.txt \ opalcc-wrapper-data.txt \ opalc++-wrapper-data.txt +dist_pkgdata_DATA = \ + help-opal-wrapper.txt + AM_CPPFLAGS = \ -DOPAL_LIBDIR="\"$(libdir)\"" \ -DOPAL_INCDIR="\"$(includedir)\"" \