aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-02-04 11:15:49 +0100
committerSimon Busch <morphis@gravedo.de>2012-02-04 11:24:48 +0100
commit23b0d8298a5fd8a3faed9de5abb3e015cae2836b (patch)
tree2bdbab643d6a2f11a22ae974d1f228d13a197ad8 /include/Makefile.am
parent4a9af56d9831dfb1ad79b8ce9fbc8408d1d46351 (diff)
downloadexternal_libsamsung-ipc-23b0d8298a5fd8a3faed9de5abb3e015cae2836b.zip
external_libsamsung-ipc-23b0d8298a5fd8a3faed9de5abb3e015cae2836b.tar.gz
external_libsamsung-ipc-23b0d8298a5fd8a3faed9de5abb3e015cae2836b.tar.bz2
Update Makefile to distribute all necessary headers files and compile h1 device support
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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)