aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-08-30 17:48:01 +0200
committerSimon Busch <morphis@gravedo.de>2012-08-30 17:48:01 +0200
commit7b05368760fe11d57b108387d9c9cd0ce379a737 (patch)
treec29169012dc6a786398c95954943aa03e4c6a690 /tools/Makefile.am
parentd9eae1106d51f69168b44cf81a46a604ad6fc8ef (diff)
downloadexternal_libsamsung-ipc-7b05368760fe11d57b108387d9c9cd0ce379a737.zip
external_libsamsung-ipc-7b05368760fe11d57b108387d9c9cd0ce379a737.tar.gz
external_libsamsung-ipc-7b05368760fe11d57b108387d9c9cd0ce379a737.tar.bz2
tools: drop not working forwarding tool
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 173562a..3600f6f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,13 +8,8 @@ AM_CFLAGS += -DDEVICE_IPC_V4
bin_PROGRAMS = \
modemctrl \
- samsung_ipc_forward \
$(NULL)
modemctrl_SOURCES = modemctrl.c
modemctrl_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
modemctrl_LDFLAGS =
-
-samsung_ipc_forward_SOURCES = forward.c
-samsung_ipc_forward_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
-modemctrl_LDFLAGS =