1lib_LTLIBRARIES = libmtdev.la 2 3libmtdev_la_LDFLAGS = -version-info @LIB_VERSION@ 4 5libmtdev_la_SOURCES = \ 6 $(top_srcdir)/include/mtdev-mapping.h \ 7 $(top_srcdir)/include/mtdev-plumbing.h \ 8 common.h \ 9 evbuf.h \ 10 iobuf.h \ 11 match.h \ 12 state.h \ 13 caps.c \ 14 core.c \ 15 iobuf.c \ 16 match.c \ 17 match_four.c 18 19AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI 20 21AM_CPPFLAGS = -I$(top_srcdir)/include/ -I$(srcdir) 22 23libmtdevincludedir = $(includedir) 24libmtdevinclude_HEADERS = \ 25 $(top_srcdir)/include/mtdev-mapping.h \ 26 $(top_srcdir)/include/mtdev-plumbing.h \ 27 $(top_srcdir)/include/mtdev.h 28