Skip to content
Snippets Groups Projects
Commit 19580866 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Treat the cfortran source files consistently.

parent 23908742
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -219,7 +219,6 @@ libcdi_f2003_la_LIBADD = libcdi.la
libcdipio_la_SOURCES = \
cdipio.h \
cfortran.h \
pio.c \
pio.h \
pio_cdf_int.h \
......@@ -261,16 +260,16 @@ libcdipio_la_SOURCES = \
resource_unpack.c \
resource_unpack.h
if HAVE_PARALLEL_NC4
libcdipio_la_SOURCES += pio_cdf_int.c
endif
if USE_FC
libcdipio_la_SOURCES += \
cdipioFortran.c \
cfortran.h
endif
if HAVE_PARALLEL_NC4
libcdipio_la_SOURCES += pio_cdf_int.c
endif
libcdipio_la_LIBADD = libcdi.la $(LIBRT) $(PPM_CORE_C_LIB) $(YAXT_C_LIB) $(MPI_C_LIB)
if MAINTAINER_MODE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment