summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 317e237937fd34d779f8cf53d43eed94b5ee40b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
lib_LTLIBRARIES = libmtdev.la

libmtdev_la_LDFLAGS = -version-info @LIB_VERSION@

libmtdev_la_SOURCES = \
	$(top_srcdir)/include/mtdev-mapping.h \
	$(top_srcdir)/include/mtdev-plumbing.h \
	common.h \
	evbuf.h \
	iobuf.h \
	match.h \
	state.h \
	caps.c \
	core.c \
	iobuf.c \
	match.c \
	match_four.c

AM_CFLAGS = $(CWARNFLAGS) #-DMTDEV_NO_LEGACY_ABI

AM_CPPFLAGS = -I$(top_srcdir)/include/

libmtdevincludedir = $(includedir)
libmtdevinclude_HEADERS = \
	$(top_srcdir)/include/mtdev-mapping.h \
	$(top_srcdir)/include/mtdev-plumbing.h \
	$(top_srcdir)/include/mtdev.h