Browse Source

examples/Makefile.am: no need to specify where to create mod files, the default location is what we want

Nathalie Furmento 10 years ago
parent
commit
3e884c3c1d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/Makefile.am

+ 0 - 2
examples/Makefile.am

@@ -335,8 +335,6 @@ fortran90_f90_example_SOURCES =	\
 	fortran90/mod_compute.f90	\
 	fortran90/marshalling.c		\
 	fortran90/f90_example.f90
-
-fortran90_f90_example_FCFLAGS = -J$(top_builddir)/examples
 endif
 
 #######################