aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-11-01 21:15:51 +0100
committerPaulK <contact@paulk.fr>2011-11-01 21:15:51 +0100
commit62cd5127c81f19488085baf24c7cf04f10076ad5 (patch)
tree99b872a3a81177de36dd745024317816da1cad5a /include/Makefile.am
parent2410b845fac780c0bc0d1c6af58b2c17705839eb (diff)
downloadexternal_libsamsung-ipc-62cd5127c81f19488085baf24c7cf04f10076ad5.zip
external_libsamsung-ipc-62cd5127c81f19488085baf24c7cf04f10076ad5.tar.gz
external_libsamsung-ipc-62cd5127c81f19488085baf24c7cf04f10076ad5.tar.bz2
Added per-device call.h to the include/ Makefile.am
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 798b55f..31965fc 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -18,6 +18,7 @@ samsung_ipcinclude_HEADERS = \
samsung_ipc_h1includedir = $(includedir)/samsung-ipc-1.0/device/h1/
samsung_ipc_h1include_HEADERS = \
+ device/h1/call.h \
device/h1/net.h \
device/h1/misc.h \
device/h1/gen.h
@@ -25,6 +26,7 @@ samsung_ipc_h1include_HEADERS = \
samsung_ipc_crespoincludedir = $(includedir)/samsung-ipc-1.0/device/crespo/
samsung_ipc_crespoinclude_HEADERS = \
+ device/crespo/call.h \
device/crespo/net.h \
device/crespo/sms.h \
device/crespo/misc.h \