diff options
author | PaulK <contact@paulk.fr> | 2012-01-28 15:19:01 +0100 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2012-01-28 15:19:01 +0100 |
commit | f22b2a9f995019f33022aefdfe090e63e3f7801c (patch) | |
tree | 2840bf1c1040014787e44de216baca74cea5fc99 /include | |
parent | 51ea3aaa63e65b74b7386fe1365d7b52f4495c43 (diff) | |
download | external_libsamsung-ipc-f22b2a9f995019f33022aefdfe090e63e3f7801c.zip external_libsamsung-ipc-f22b2a9f995019f33022aefdfe090e63e3f7801c.tar.gz external_libsamsung-ipc-f22b2a9f995019f33022aefdfe090e63e3f7801c.tar.bz2 |
Fixed ss.h header installation with autotools
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 0c2b04e..23f8d89 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,6 +10,7 @@ samsung_ipcinclude_HEADERS = \ radio.h \ sec.h \ sms.h \ + ss.h \ pwr.h \ types.h \ util.h \ |