From e27e29dea105382261f965f61084ed012bc7f2f9 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 30 Oct 2011 18:13:31 +0100 Subject: Install device specific headers files too Signed-off-by: Simon Busch --- include/Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index 87b8aff..798b55f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,7 +1,6 @@ NULL = samsung_ipcincludedir = $(includedir)/samsung-ipc-1.0/ - samsung_ipcinclude_HEADERS = \ call.h \ disp.h \ @@ -16,3 +15,18 @@ samsung_ipcinclude_HEADERS = \ util.h \ gprs.h \ $(NULL) + +samsung_ipc_h1includedir = $(includedir)/samsung-ipc-1.0/device/h1/ +samsung_ipc_h1include_HEADERS = \ + device/h1/net.h \ + device/h1/misc.h \ + device/h1/gen.h + $(NULL) + +samsung_ipc_crespoincludedir = $(includedir)/samsung-ipc-1.0/device/crespo/ +samsung_ipc_crespoinclude_HEADERS = \ + device/crespo/net.h \ + device/crespo/sms.h \ + device/crespo/misc.h \ + device/crespo/gen.h \ + $(NULL) -- cgit v1.1