File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Modelica/Resources/BuildProjects/autotools Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ lib_LTLIBRARIES = libzlib.la libModelicaExternalC.la libModelicaMatIO.la libMode
22libModelicaExternalC_la_SOURCES = ../../C-Sources/ModelicaFFT.c ../../C-Sources/ModelicaInternal.c ../../C-Sources/ModelicaRandom.c ../../C-Sources/ModelicaStrings.c
33libModelicaIO_la_SOURCES = ../../C-Sources/ModelicaIO.c
44libModelicaIO_la_LIBADD = libModelicaMatIO.la
5- libModelicaMatIO_la_SOURCES = ../../C-Sources/ModelicaMatIO.c
6- libModelicaStandardTables_la_SOURCES = ../../C-Sources/ModelicaStandardTables.c
5+ libModelicaMatIO_la_SOURCES = ../../C-Sources/ModelicaMatIO.c ../../C-Sources/snprintf.c
6+ libModelicaStandardTables_la_SOURCES = ../../C-Sources/ModelicaStandardTables.c ../../C-Sources/ModelicaStandardTablesUsertab.c
77libModelicaStandardTables_la_LIBADD = libModelicaMatIO.la
88
99# If the OS does not have zlib available, compile it and include it together with libModelicaStandardTables
1010if INCLUDEZLIB
1111libzlib_la_SOURCES = ../../C-Sources/zlib/adler32.c ../../C-Sources/zlib/compress.c ../../C-Sources/zlib/crc32.c ../../C-Sources/zlib/deflate.c ../../C-Sources/zlib/gzclose.c ../../C-Sources/zlib/gzlib.c ../../C-Sources/zlib/gzread.c ../../C-Sources/zlib/gzwrite.c ../../C-Sources/zlib/infback.c ../../C-Sources/zlib/inffast.c ../../C-Sources/zlib/inflate.c ../../C-Sources/zlib/inftrees.c ../../C-Sources/zlib/trees.c ../../C-Sources/zlib/uncompr.c ../../C-Sources/zlib/zutil.c
12- libModelicaMatIO_la_LIBADD = libzlib.la
12+ libModelicaMatIO_la_LIBADD = libzlib.la @LIBZLIB@ @LIBHDF5@
1313else
14- libModelicaMatIO_la_LIBADD = @LIBZLIB@
14+ libModelicaMatIO_la_LIBADD = @LIBZLIB@ @LIBHDF5@
1515endif
16- libModelicaMatIO_la_LIBADD = @LIBHDF5@
1716libzlib_la_LIBADD = @LIBZLIB@
You can’t perform that action at this time.
0 commit comments