Index: libcfa/Makefile.am
===================================================================
--- libcfa/Makefile.am	(revision 534e4e460878f8a2e7d24b4a0413515e6acd1dae)
+++ libcfa/Makefile.am	(revision 534e4e460878f8a2e7d24b4a0413515e6acd1dae)
@@ -0,0 +1,18 @@
+######################## -*- Mode: Makefile-Automake -*- ######################
+##
+## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
+##
+## The contents of this file are covered under the licence agreement in the
+## file "LICENCE" distributed with Cforall.
+##
+## Makefile.am --
+##
+## Author           : Thierry Delisle
+## Created On       : Thu Aug 02 15:29:11 2018
+## Last Modified By :
+## Last Modified On :
+## Update Count     :
+###############################################################################
+
+AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
+SUBDIRS = prelude src      # order important
