From e50ee8ebe7f953a61615d89e9928e88e765934c9 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 11 May 2018 12:43:45 +0200 Subject: [PATCH] Only add the new file once to the Makefile. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1158b97610..677a4e9524 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -138,8 +138,7 @@ nobase_noinst_HEADERS = align.h approx_math.h atomic.h barrier.h cycle.h error.h chemistry/EAGLE/chemistry.h \ chemistry/EAGLE/chemistry_io.h \ chemistry/EAGLE/chemistry_struct.h\ - chemistry/EAGLE/chemistry_iact.h \ - space_getsid.h + chemistry/EAGLE/chemistry_iact.h # Sources and flags for regular library -- GitLab