diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-07-15 14:51:04 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-07-15 14:51:04 +0200 |
| commit | 16110e89a671067ee53cb7a8bce6b6a2690b97ae (patch) | |
| tree | baa418897094e7d56093f6cb5d2cc472f54331db /src/Makefile.am | |
| parent | 7de1f0b0bbfb4dd5b205ed74d2f8ad2ca5e663b6 (diff) | |
Add missing header files to sources directive
In order for make dist-gzip to work properly, all files needed
to build the system need to be listed. This patch adds the missing
header files to the sources directive.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 70ace68..575678f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -3,6 +3,13 @@ lib_LTLIBRARIES = libmtdev.la | |||
| 3 | libmtdev_la_LDFLAGS = -version-info @LIB_VERSION@ | 3 | libmtdev_la_LDFLAGS = -version-info @LIB_VERSION@ |
| 4 | 4 | ||
| 5 | libmtdev_la_SOURCES = \ | 5 | libmtdev_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 \ | ||
| 6 | caps.c \ | 13 | caps.c \ |
| 7 | core.c \ | 14 | core.c \ |
| 8 | iobuf.c \ | 15 | iobuf.c \ |
