From 51ea3aaa63e65b74b7386fe1365d7b52f4495c43 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 28 Jan 2012 15:07:24 +0100 Subject: Adjust to get everything compiling with autotools again Signed-off-by: Simon Busch --- tools/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tools') 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 \ -- cgit v1.1