aboutsummaryrefslogtreecommitdiffstats
path: root/tests/power/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/power/Makefile.am')
-rw-r--r--tests/power/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/power/Makefile.am b/tests/power/Makefile.am
index ac45f238..de83760d 100644
--- a/tests/power/Makefile.am
+++ b/tests/power/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(LIBOSMOGSM_CFLA
LDADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOCODEC_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMOTRAU_LIBS)
noinst_PROGRAMS = power_test
-EXTRA_DIST = power_test.ok
+EXTRA_DIST = power_test.ok power_test.err
power_test_SOURCES = power_test.c $(srcdir)/../stubs.c
power_test_LDADD = $(top_builddir)/src/common/libbts.a $(LIBOSMOABIS_LIBS) $(LDADD)