From 32b444a25d4a106fdedfe8f4b14536d9e7c683c4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 26 Feb 2014 17:58:17 +0200 Subject: [PATCH] build: Link crypto code with the emulator --- Makefile.tools | 6 ++++++ android/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Makefile.tools b/Makefile.tools index 15d810f65..9f7ba9fb3 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -77,6 +77,7 @@ tools_mgmt_tester_SOURCES = tools/mgmt-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ @@ -89,6 +90,7 @@ tools_l2cap_tester_SOURCES = tools/l2cap-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ @@ -101,6 +103,7 @@ tools_rfcomm_tester_SOURCES = tools/rfcomm-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ @@ -113,6 +116,7 @@ tools_smp_tester_SOURCES = tools/smp-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ @@ -125,6 +129,7 @@ tools_gap_tester_SOURCES = tools/gap-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/util.h src/shared/util.c \ src/shared/queue.h src/shared/queue.c \ src/shared/hciemu.h src/shared/hciemu.c \ @@ -137,6 +142,7 @@ tools_sco_tester_SOURCES = tools/sco-tester.c monitor/bt.h \ emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ diff --git a/android/Makefile.am b/android/Makefile.am index b93b84041..232f3f370 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -111,6 +111,7 @@ noinst_PROGRAMS += android/android-tester android_android_tester_SOURCES = emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ @@ -133,6 +134,7 @@ noinst_PROGRAMS += android/ipc-tester android_ipc_tester_SOURCES = emulator/btdev.h emulator/btdev.c \ emulator/bthost.h emulator/bthost.c \ emulator/smp.c \ + src/shared/crypto.h src/shared/crypto.c \ src/shared/io.h src/shared/io-glib.c \ src/shared/queue.h src/shared/queue.c \ src/shared/util.h src/shared/util.c \ -- 2.47.3