AUTOMAKE_OPTIONS = subdir-objects lib_LTLIBRARIES = libmpuio.la libmpuio_la_SOURCES = mpu-symbols.h \ libio/mpu-libio.h \ string/mpu-string.h \ libio/mpu-file.c \ libio/mpu-buffer.c \ libio/mpu-genops.c \ libio/mpu-lock.c \ libio/mpu-error.c \ libio/mpu-utf8.c \ libio/mpu-string.c \ libio/mpu-cookie.c \ libio/mpu-vfprintf.c \ libio/mpu-printf.c \ libio/mpu-vfscanf.c \ libio/mpu-scanf.c \ string/mpu-str16ing.c \ string/mpu-str8ing.c \ string/mpu-utf8ing.c libmpuio_la_CPPFLAGS = -I$(top_srcdir)/include -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/libio -I$(top_srcdir)/src/string libmpuio_la_LIBADD = -lpthread libmpuio_la_LDFLAGS = -version-info @LIBMPUIO_LT_VERSION_INFO@