From 819ed83aa875426925ca2f00b50dc689efc25ad5 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 23 Jun 2010 21:20:03 +0000 Subject: [PATCH] added missing makefile --- include/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 000000000..a902f52e6 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,15 @@ +## This is a automake file, part of Unidata's netCDF package. +# Copyright 2010, see the COPYRIGHT file for more information. + +# This automake file generates the Makefile to build the include +# directory. + +include_HEADERS = netcdf.h + +if BUILD_PARALLEL +include_HEADERS += netcdf_par.h +endif + +noinst_HEADERS = nc_logging.h nc_tests.h + +