Skip to content
Snippets Groups Projects
Commit f9a630d5 authored by Christian Engwer's avatar Christian Engwer
Browse files

[Makefile.am]

fix include order

[[Imported from SVN: r6884]]
parent e9fcd406
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@ SUBDIRS = dune lib doc bin m4 am
# use configured compiler for "make distcheck"
DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)" --enable-parallel=@ENABLE_PARALLEL@ MPICC="$(MPICC)"
include $(top_srcdir)/am/top-rules
include $(top_srcdir)/am/global-rules
include $(top_srcdir)/am/top-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment