From b6720d52ac4eee68f5386a16528e7d6ba478a8b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 14 Sep 2018 13:33:08 +0200 Subject: [PATCH] build: Fix source file entries for hwsim and test-runner --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e95c2ea5..7e2a70b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -169,14 +169,15 @@ monitor_iwmon_SOURCES = monitor/main.c linux/nl80211.h \ monitor_iwmon_LDADD = ell/libell-internal.la endif -noinst_PROGRAMS = tools/hwsim -noinst_PROGRAMS += tools/test-runner +noinst_PROGRAMS = tools/hwsim tools/test-runner tools_hwsim_SOURCES = tools/hwsim.c src/mpdu.h \ src/util.h src/util.c \ src/storage.h src/storage.c \ src/common.h src/common.c tools_hwsim_LDADD = ell/libell-internal.la + +tools_test_runner_SOURCES = tools/test-runner.c tools_test_runner_LDADD = ell/libell-internal.la if SIM_HARDCODED