From 9daa452e53d2b2f74f943bd0a50d17a311698b4f Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 7 Sep 2010 15:46:31 +0200 Subject: Install mapping and plumbing header files Applications may need to know the property mapping, and the plumbing interface is actually supported, so install both headers. Signed-off-by: Henrik Rydberg --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 575678f..33677c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,4 +20,7 @@ AM_CFLAGS = $(CWARNFLAGS) INCLUDES = -I$(top_srcdir)/include/ libmtdevincludedir = $(includedir) -libmtdevinclude_HEADERS = $(top_srcdir)/include/mtdev.h +libmtdevinclude_HEADERS = \ + $(top_srcdir)/include/mtdev-mapping.h \ + $(top_srcdir)/include/mtdev-plumbing.h \ + $(top_srcdir)/include/mtdev.h -- cgit v1.2.3