From 23b0d8298a5fd8a3faed9de5abb3e015cae2836b Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 4 Feb 2012 11:15:49 +0100 Subject: Update Makefile to distribute all necessary headers files and compile h1 device support Signed-off-by: Simon Busch --- include/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 747c643..a43f4c9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -27,3 +27,12 @@ samsung_ipc_v4include_HEADERS = \ device/ipc-v4/misc.h \ device/ipc-v4/gen.h \ $(NULL) + +samsung_ipc_h1includedir = $(includedir)/samsung-ipc-1.0/device/h1/ +samsung_ipc_h1include_HEADERS = \ + device/h1/net.h \ + device/h1/sms.h \ + device/h1/misc.h \ + device/h1/gen.h \ + device/h1/call.h \ + $(NULL) -- cgit v1.2.3