aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 732d27f..b320ef1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -4,13 +4,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/include \
$(NULL)
-if WANT_PROTOCOL_VERISON_CRESPO
-AM_CFLAGS += -DDEVICE_CRESPO
-endif
-
-if WANT_PROTOCOL_VERISON_H1
-AM_CFLAGS += -DDEVICE_H1
-endif
+AM_CFLAGS += -DDEVICE_IPC_V4
bin_PROGRAMS = \
modemctrl \