aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-12-15 05:44:25 +0100
committerSimon Busch <morphis@gravedo.de>2011-12-15 05:44:25 +0100
commite912d36c4a86f6cada3d7087f6cdd9923b12f250 (patch)
tree9fd7bc6e2fb9508d6f9f837d8290c9f64daa18d6 /include/Makefile.am
parent3c57bfe02af406aef8d2cdf514c5434b5e65490b (diff)
downloadexternal_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/Makefile.am')
-rw-r--r--include/Makefile.am2
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