Browse Source

tell autoconf to generate the Makefile for the MPI examples

Cédric Augonnet 15 years ago
parent
commit
5471b28c56
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

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