~etsf-io-developers/etsf-io/1.0

« back to all changes in this revision

Viewing changes to config/etsf/template.utils_Makefile.am

  • Committer: Damien Caliste
  • Date: 2013-09-19 09:18:24 UTC
  • Revision ID: damien.caliste@cea.fr-20130919091824-hq68pgv8wholv64n
Correct issues with the NETCDF_INCLUDES variable in makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
module_DATA = etsf_io_file.@MODULE_EXT@ etsf_io_tools.@MODULE_EXT@
17
17
endif
18
18
 
19
 
AM_FCFLAGS = -I$(top_builddir)/src/low_level -I$(top_builddir)/src/group_level  -I@NETCDF_CFLAGS@
 
19
CLEANFILES = $(module_DATA)
 
20
 
 
21
AM_FCFLAGS = -I$(top_builddir)/src/low_level -I$(top_builddir)/src/group_level @NETCDF_INCLUDES@
20
22
 
21
23
libetsf_io_utils_a_SOURCES = etsf_io_file.f90 \
22
24
        etsf_io_tools.f90