1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2006-01-17 15:23:46 +00:00
родитель bd5bcdc8a3
Коммит e830339098

Просмотреть файл

@ -17,10 +17,12 @@
# #
nodist_pkgdata_DATA = \ nodist_pkgdata_DATA = \
help-opal-wrapper.txt \
opalcc-wrapper-data.txt \ opalcc-wrapper-data.txt \
opalc++-wrapper-data.txt opalc++-wrapper-data.txt
dist_pkgdata_DATA = \
help-opal-wrapper.txt
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-DOPAL_LIBDIR="\"$(libdir)\"" \ -DOPAL_LIBDIR="\"$(libdir)\"" \
-DOPAL_INCDIR="\"$(includedir)\"" \ -DOPAL_INCDIR="\"$(includedir)\"" \