Browse Source

Add missing Makefile

Samuel Thibault 8 years ago
parent
commit
803b935c74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/Makefile.am

+ 1 - 0
examples/Makefile.am

@@ -359,6 +359,7 @@ basic_examples_vector_scal_fortran_LDADD =	\
 endif
 
 fortran_hello_SOURCES	=		\
+	fortran/Makefile		\
 	fortran/hello_c.c		\
 	fortran/hello.F			\
 	fortran/StarPU_fortran.h