diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..70ace68 --- /dev/null +++ b/src/Makefile.am | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | lib_LTLIBRARIES = libmtdev.la | ||
| 2 | |||
| 3 | libmtdev_la_LDFLAGS = -version-info @LIB_VERSION@ | ||
| 4 | |||
| 5 | libmtdev_la_SOURCES = \ | ||
| 6 | caps.c \ | ||
| 7 | core.c \ | ||
| 8 | iobuf.c \ | ||
| 9 | match.c | ||
| 10 | |||
| 11 | AM_CFLAGS = $(CWARNFLAGS) | ||
| 12 | |||
| 13 | INCLUDES = -I$(top_srcdir)/include/ | ||
| 14 | |||
| 15 | libmtdevincludedir = $(includedir) | ||
| 16 | libmtdevinclude_HEADERS = $(top_srcdir)/include/mtdev.h | ||
