--- tme/host/posix/Makefile.am 2018/04/24 16:37:52 1.1.1.1 +++ tme/host/posix/Makefile.am 2018/04/24 16:39:15 1.1.1.2 @@ -6,7 +6,10 @@ AUTOMAKE_OPTIONS = 1.4 gnu INCLUDES = -I$(top_srcdir) -I$(srcdir) -I. -D_TME_IMPL pkglib_LTLIBRARIES = tme_host_posix.la -tme_host_posix_la_SOURCES = posix-memory.c posix-serial.c +tme_host_posix_la_SOURCES = posix-memory.c \ + posix-disk.c \ + posix-tape.c \ + posix-serial.c tme_host_posix_la_LDFLAGS = -module -version-info 0:0:0 tme_host_posix_la_LIBADD = $(top_builddir)/libtme/libtme.la \ $(top_builddir)/generic/libtme-generic.la