INCLUDES=

lib_LTLIBRARIES=libmpio.la

libmpio_la_SOURCES= \
		mpio.c \
		io.c \
		debug.c \
		smartmedia.c \
		directory.c \
		fat.c \
		ecc.c

pkginclude_HEADERS= \
		mpio.h \
		defs.h

noinst_HEADERS= \
		io.h \
		debug.h \
		smartmedia.h \
		directory.h \
		fat.h \
		ecc.h