diff --git a/src/Makefile.am b/src/Makefile.am index 4011a43453265a88478cf593eecac83cdc3cc8ae..8de97b4e09fcf4af16c8748099bbc95b49644fba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,8 @@ include_HEADERS = atomic.h lock.h queue.h qsched.h task.h res.h error.h quicksch # Private headers. noinst_HEADERS = cycle.h quicksched.h +quicksched.mod: fqsched.F90 + # Versioning. If any sources change then update the version.h file with # the current git revision and package version. version.h: version.h.in $(AM_SOURCES) $(include_HEADERS) $(noinst_HEADERS) @@ -44,7 +46,7 @@ version.h: version.h.in $(AM_SOURCES) $(include_HEADERS) $(noinst_HEADERS) fi # Make sure version.h is built first. -BUILT_SOURCES = version.h +BUILT_SOURCES = quicksched.mod version.h # And distribute the built files. EXTRA_DIST = version.h version.h.in