summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-09-07 15:46:31 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-09-07 16:08:44 +0200
commit9daa452e53d2b2f74f943bd0a50d17a311698b4f (patch)
treeb6257ad037ee2a0f13fe47f6a488afe335f08afc
parent676b4003302e025d10a0822357c55b97dbab3707 (diff)
downloadmtdev-git-9daa452e53d2b2f74f943bd0a50d17a311698b4f.tar.gz
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 <rydberg@bitmath.org>
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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