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

Use generic Automake variable to declare a Fortran module to be installed to 'includedir'.

parent 2ac9563e
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
libcdi_f2003_ladir = $(includedir)
include_HEADERS =
nodist_libcdi_f2003_la_HEADERS =
nodist_include_HEADERS =
lib_LTLIBRARIES =
noinst_LTLIBRARIES = libcdiresunpack.la
EXTRA_PROGRAMS = make_fint
......@@ -31,7 +29,7 @@ if USE_FC
include_HEADERS += cdi.inc
endif
if CREATE_ISOC
nodist_libcdi_f2003_la_HEADERS += $(mo_cdi_modfile)
nodist_include_HEADERS += $(mo_cdi_modfile)
lib_LTLIBRARIES += libcdi_f2003.la
PKGCONFIG_FILES += pkgconfig/cdi_f2003.pc
endif
......
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