diff options
| author | Chase Douglas <chase.douglas@canonical.com> | 2010-06-21 21:08:51 -0400 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-22 11:44:16 +0200 |
| commit | 0647b37dfc35145d74822844ad7e54bf5c218369 (patch) | |
| tree | 47225422ade9159ac08d61bcf16a4a45cf336dfb /src/Makefile.am | |
| parent | 172221f14fc91ebb37aa4c561ad733088cc3c3bf (diff) | |
Move to autotools
[rydberg@euromail.se: minor fixups]
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
| -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 | ||
