aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-11-01 20:56:25 +0100
committerPaulK <contact@paulk.fr>2011-11-01 20:56:25 +0100
commit2410b845fac780c0bc0d1c6af58b2c17705839eb (patch)
tree9f52886736ad88cd82f37c1b29d39b00b4a1636a /tools
parent7bdcfaa1356e180cfe50e1e25f62c283ae42491f (diff)
downloadexternal_libsamsung-ipc-2410b845fac780c0bc0d1c6af58b2c17705839eb.zip
external_libsamsung-ipc-2410b845fac780c0bc0d1c6af58b2c17705839eb.tar.gz
external_libsamsung-ipc-2410b845fac780c0bc0d1c6af58b2c17705839eb.tar.bz2
Fixed Makefile.am on tools/ (added defines while building)
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2cfa871..5c98119 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-AM_CPPFLAGS = \
+AM_CFLAGS = \
-I$(top_srcdir)/include \
$(NULL)
@@ -10,5 +10,13 @@ modemctrl_SOURCES = \
modemctrl.c \
$(NULL)
+if WANT_PROTOCOL_VERISON_CRESPO
+AM_CFLAGS += -DDEVICE_CRESPO
+endif
+
+if WANT_PROTOCOL_VERISON_H1
+AM_CFLAGS += -DDEVICE_H1
+endif
+
modemctrl_LDADD = $(top_srcdir)/samsung-ipc/libsamsung-ipc.la
modemctrl_LDFLAGS =