ソースを参照

tell autoconf to generate the Makefile for the MPI examples

Cédric Augonnet 15 年 前
コミット
5471b28c56
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -666,4 +666,5 @@ AC_OUTPUT([
 	tests/Makefile
 	doc/Makefile
 	mpi/Makefile
+	mpi/examples/Makefile
 ])