diff options
author | Simon Busch <morphis@gravedo.de> | 2011-12-15 05:44:25 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-12-15 05:44:25 +0100 |
commit | e912d36c4a86f6cada3d7087f6cdd9923b12f250 (patch) | |
tree | 9fd7bc6e2fb9508d6f9f837d8290c9f64daa18d6 /include | |
parent | 3c57bfe02af406aef8d2cdf514c5434b5e65490b (diff) | |
download | external_libsamsung-ipc-e912d36c4a86f6cada3d7087f6cdd9923b12f250.zip external_libsamsung-ipc-e912d36c4a86f6cada3d7087f6cdd9923b12f250.tar.gz external_libsamsung-ipc-e912d36c4a86f6cada3d7087f6cdd9923b12f250.tar.bz2 |
Install missing header files snd.h and device/h1/sms.h too
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 31965fc..3a9c695 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -14,11 +14,13 @@ samsung_ipcinclude_HEADERS = \ types.h \ util.h \ gprs.h \ + snd.h \ $(NULL) samsung_ipc_h1includedir = $(includedir)/samsung-ipc-1.0/device/h1/ samsung_ipc_h1include_HEADERS = \ device/h1/call.h \ + device/h1/sms.h \ device/h1/net.h \ device/h1/misc.h \ device/h1/gen.h |