aboutsummaryrefslogtreecommitdiff
path: root/libmpio/Makefile.am
diff options
context:
space:
mode:
authorgermeier <germeier>2002-10-06 21:19:50 +0000
committergermeier <germeier>2002-10-06 21:19:50 +0000
commit1f791c254d58441a745681b76c925c534e2b3638 (patch)
tree7e9351cfe423a1929aa7612477da37fcfd03530f /libmpio/Makefile.am
parent00c1bbe81d62ef76e177ad710749192d346e34a5 (diff)
downloadmpiosh-1f791c254d58441a745681b76c925c534e2b3638.tar.gz
mpiosh-1f791c254d58441a745681b76c925c534e2b3638.tar.bz2
mpiosh-1f791c254d58441a745681b76c925c534e2b3638.zip
major changes to write support,
BEWARE, some things might be broken in the progress (internal mem too!) added files cis.{c,h}
Diffstat (limited to 'libmpio/Makefile.am')
-rw-r--r--libmpio/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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