aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-30 18:13:31 +0100
committerSimon Busch <morphis@gravedo.de>2011-10-30 18:13:31 +0100
commite27e29dea105382261f965f61084ed012bc7f2f9 (patch)
treef17f2330ba44107ce1f2dda39a3dd80a37ee0f4e /include/Makefile.am
parenta449ed345d259283c7e66aae911af52e77ff9a17 (diff)
downloadexternal_libsamsung-ipc-e27e29dea105382261f965f61084ed012bc7f2f9.zip
external_libsamsung-ipc-e27e29dea105382261f965f61084ed012bc7f2f9.tar.gz
external_libsamsung-ipc-e27e29dea105382261f965f61084ed012bc7f2f9.tar.bz2
Install device specific headers files too
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am16
1 files changed, 15 insertions, 1 deletions
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)