update makefile.am for build.vc10 directory

This commit is contained in:
jasonmoxham 2010-05-23 18:48:20 +00:00
parent 0bba4a57cc
commit 21eb9e2013
2 changed files with 4 additions and 4 deletions

View File

@ -104,7 +104,7 @@ EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf
if WANT_CXX
GMPXX_HEADERS_OPTION = mpirxx.h
endif
EXTRA_DIST += mpirxx.h yasm_mac.inc.fat yasm_mac.inc.nofat strip_fPIC.sh mpn/x86w mpn/x86_64w build.vc9 doc/devel doc/fdl.texi cpuid.c gpl-2.0.txt lgpl-2.1.txt
EXTRA_DIST += mpirxx.h yasm_mac.inc.fat yasm_mac.inc.nofat strip_fPIC.sh mpn/x86w mpn/x86_64w build.vc9 build.vc10 doc/devel doc/fdl.texi cpuid.c gpl-2.0.txt lgpl-2.1.txt
# mpir.h and mp.h are architecture dependent, mainly since they encode the
# limb size used in libmpir. For that reason they belong under $exec_prefix

View File

@ -496,9 +496,9 @@ SUBDIRS = tests $(am__append_1) mpn mpz mpq mpf printf scanf cxx demos \
# them.
EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf \
mpirxx.h yasm_mac.inc.fat yasm_mac.inc.nofat strip_fPIC.sh \
mpn/x86w mpn/x86_64w build.vc9 doc/devel doc/fdl.texi cpuid.c \
gpl-2.0.txt lgpl-2.1.txt dumbmp.c gen-fac_ui.c gen-fib.c \
gen-bases.c gen-psqr.c
mpn/x86w mpn/x86_64w build.vc9 build.vc10 doc/devel \
doc/fdl.texi cpuid.c gpl-2.0.txt lgpl-2.1.txt dumbmp.c \
gen-fac_ui.c gen-fib.c gen-bases.c gen-psqr.c
@WANT_CXX_TRUE@GMPXX_HEADERS_OPTION = mpirxx.h
# mpir.h and mp.h are architecture dependent, mainly since they encode the