aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-02-21 23:24:02 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-02-21 23:24:02 +0100
commit420519cbbaf40fb2af8295f8eb7a80d281b0933d (patch)
tree28681d2d264bcc913b16ccadd08801b6a6796d47 /tools/Makefile.am
parent33246c77f3d28e9e7a47e089e8230528151125b1 (diff)
downloadexternal_libsamsung-ipc-420519cbbaf40fb2af8295f8eb7a80d281b0933d.zip
external_libsamsung-ipc-420519cbbaf40fb2af8295f8eb7a80d281b0933d.tar.gz
external_libsamsung-ipc-420519cbbaf40fb2af8295f8eb7a80d281b0933d.tar.bz2
tools: ipc-test test program, for various purposes
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 188b64a..4a0a821 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -6,8 +6,13 @@ AM_CFLAGS = \
bin_PROGRAMS = \
ipc-modem \
+ ipc-test \
$(NULL)
ipc_modem_SOURCES = ipc-modem.c
ipc_modem_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
ipc_modem_LDFLAGS =
+
+ipc_test_SOURCES = ipc-test.c
+ipc_test_LDADD = $(top_builddir)/samsung-ipc/libsamsung-ipc.la
+ipc_test_LDFLAGS =