From 1f791c254d58441a745681b76c925c534e2b3638 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 6 Oct 2002 21:19:50 +0000 Subject: major changes to write support, BEWARE, some things might be broken in the progress (internal mem too!) added files cis.{c,h} --- libmpio/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libmpio/Makefile.am') diff --git a/libmpio/Makefile.am b/libmpio/Makefile.am index 0517b3a..d489a64 100644 --- a/libmpio/Makefile.am +++ b/libmpio/Makefile.am @@ -9,7 +9,8 @@ libmpio_la_SOURCES= \ smartmedia.c \ directory.c \ fat.c \ - ecc.c + ecc.c \ + cis.c pkginclude_HEADERS= \ mpio.h \ @@ -21,4 +22,5 @@ noinst_HEADERS= \ smartmedia.h \ directory.h \ fat.h \ - ecc.h + ecc.h \ + cis.h -- cgit v1.2.3