aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-28 15:07:24 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-28 15:07:24 +0100
commit51ea3aaa63e65b74b7386fe1365d7b52f4495c43 (patch)
tree7946a90808a3ac0e3ad1c8cddadab7a0035c5e83 /include/Makefile.am
parenta6fab223402276cd543830be051ff7ef8bae8b4f (diff)
downloadexternal_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.zip
external_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.tar.gz
external_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.tar.bz2
Adjust to get everything compiling with autotools again
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 4595c40..0c2b04e 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -27,11 +27,11 @@ samsung_ipc_h1include_HEADERS = \
device/h1/gen.h
$(NULL)
-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 \
- device/crespo/gen.h \
+samsung_ipc_v4includedir = $(includedir)/samsung-ipc-1.0/device/ipc-v4/
+samsung_ipc_v4include_HEADERS = \
+ device/ipc-v4/call.h \
+ device/ipc-v4/net.h \
+ device/ipc-v4/sms.h \
+ device/ipc-v4/misc.h \
+ device/ipc-v4/gen.h \
$(NULL)