From 02c6e87243b43f52321c2ee0e13ae5b93dec0259 Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Fri, 15 Feb 2019 14:03:40 +0900 Subject: [PATCH] gstlal: resolve ezligolw-related chicken-or-egg situation - seems an accident of history left me with a header file installed in my accounts everywhere that was allowing me to compile this code when nobody else could --- gstlal/lib/gstlal/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gstlal/lib/gstlal/Makefile.am b/gstlal/lib/gstlal/Makefile.am index 75512afc59..f430dde5a0 100644 --- a/gstlal/lib/gstlal/Makefile.am +++ b/gstlal/lib/gstlal/Makefile.am @@ -1,3 +1,5 @@ +AM_CPPFLAGS = -I.. + EXTRA_DIST = CLEANFILES = -- GitLab