Skip to content
Snippets Groups Projects
Commit be97a8ff authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

src/Makefile.am: added cdilib.c to EXTRA_DIST

parent d041b2f2
No related branches found
No related tags found
No related merge requests found
## Process this file with automake to produce Makefile.in
#
EXTRA_DIST = make_cdilib mo_cdi.f90
EXTRA_DIST = cdilib.c mo_cdi.f90
if ENABLE_CDI_LIB
lib_LTLIBRARIES = libcdi.la
......
......@@ -327,7 +327,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
#
EXTRA_DIST = make_cdilib mo_cdi.f90
EXTRA_DIST = cdilib.c mo_cdi.f90
@ENABLE_CDI_LIB_TRUE@lib_LTLIBRARIES = libcdi.la
@ENABLE_CDI_LIB_TRUE@include_HEADERS = cdi.h cdi.inc
@ENABLE_CDI_LIB_FALSE@noinst_LTLIBRARIES = libcdi.la
......
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