From 16110e89a671067ee53cb7a8bce6b6a2690b97ae Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 15 Jul 2010 14:51:04 +0200 Subject: 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 --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Makefile.am') 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 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 \ -- cgit v1.2.3