From 1f72c8808fe2146fa05a8a926d326d2a9975cb8e Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 16 Aug 2022 22:58:48 +0700 Subject: [PATCH] tests/rlcmac: fix incorrect RLCMACTest.{ok,err} paths in EXTRA_DIST Change-Id: I175bd6494e2a7a6f6977388d760e790b7dd2c1ae --- tests/rlcmac/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rlcmac/Makefile.am b/tests/rlcmac/Makefile.am index a7193c2..633f090 100644 --- a/tests/rlcmac/Makefile.am +++ b/tests/rlcmac/Makefile.am @@ -13,8 +13,8 @@ check_PROGRAMS = \ $(NULL) EXTRA_DIST = \ - rlcmac/RLCMACTest.ok \ - rlcmac/RLCMACTest.err \ + RLCMACTest.ok \ + RLCMACTest.err \ $(NULL) RLCMACTest_SOURCES = RLCMACTest.c