aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-06-25 19:53:54 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-06-25 19:53:54 +0200
commitaf49aa6be86155889ecece92fae6f58a53fda49a (patch)
tree1e6329d05e389daa5bf5f5e4c7a7187f93e77647 /include/Makefile.am
parent256df8e1a96ecbcf2beba771cf865207a3492a8c (diff)
downloadexternal_libsamsung-ipc-af49aa6be86155889ecece92fae6f58a53fda49a.zip
external_libsamsung-ipc-af49aa6be86155889ecece92fae6f58a53fda49a.tar.gz
external_libsamsung-ipc-af49aa6be86155889ecece92fae6f58a53fda49a.tar.bz2
Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).
Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am20
1 files changed, 11 insertions, 9 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 62dbbc8..1ffde56 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,20 +2,22 @@ NULL =
samsung_ipcincludedir = $(includedir)/samsung-ipc-1.0/
samsung_ipcinclude_HEADERS = \
+ samsung-ipc.h \
+ protocol.h \
+ pwr.h \
call.h \
+ sms.h \
+ sec.h \
+ pb.h \
disp.h \
- gen.h \
- misc.h \
net.h \
- radio.h \
- sec.h \
- sms.h \
+ snd.h \
+ misc.h \
ss.h \
- pwr.h \
- types.h \
gprs.h \
- snd.h \
+ sat.h \
+ imei.h \
rfs.h \
+ gen.h \
wakelock.h \
- samsung-ipc.h \
$(NULL)