Skip to content
Snippets Groups Projects
Commit 644009c6 authored by Aidan Chalk's avatar Aidan Chalk
Browse files

Attempt to fix up the Makefile.am to make building more reliable

parent 39024352
No related branches found
No related tags found
1 merge request!8[WIP] Fortran bindings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment