From 89e099b72430aec08e0f637125f12f45cf32107a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 28 Jun 2012 14:39:30 +0200 Subject: [PATCH] Remove obsolete comments. --- Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Makefile.am b/Makefile.am index f92d2c6d..e23fdb53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,19 +15,6 @@ AM_CPPFLAGS = \ $(ERT_CPPFLAGS) \ $(BOOST_CPPFLAGS) -#----------------------------------------------------------------- -# ERT related settings -#if HAVE_ERT -# ERT_LIB_PATH = $(ERT_ROOT)/lib -# ERT_LIBS = -lecl -lgeometry -lutil -lpthread -lz -lgomp -# ERT_LDFLAGS = -L$(ERT_LIB_PATH) $(ERT_LIBS) -# ERT_INCLUDE_PATH = $(ERT_ROOT)/include -# ERT_CPPFLAGS = -I$(ERT_INCLUDE_PATH) - -#AM_CPPFLAGS += \ -#$(ERT_CPPFLAGS) -#endif - # ---------------------------------------------------------------------- # Link-time flags needed both to successfully link the library and to # (transitively) convey inter-library dependency information.