From e92e835b3b5929da09aa645869ae34894f45d274 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 11 Jan 2009 09:40:20 -0600 Subject: [PATCH] Removed installation of *.h --- lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 58eb28c..582c450 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -24,7 +24,6 @@ install: @echo "Copying header files" @cp ../src/*.hpp ../install/include/CosmoTool @cp ../src/*.tcc ../install/include/CosmoTool - @cp ../src/*.h ../install/include/CosmoTool distclean: clean @rm -f .mydepends