mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
added missing makefile
This commit is contained in:
parent
8831219d35
commit
819ed83aa8
15
include/Makefile.am
Normal file
15
include/Makefile.am
Normal file
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user