aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
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)