From 9da5d5fd10d0ed653d38a7bd4c824987bcd47144 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 6 Oct 2018 10:12:21 +0200 Subject: build: Directly reference libraries in tests Remove use of TMPINSTALL_FILES. --- testsuites/samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/Makefile.am') diff --git a/testsuites/samples/Makefile.am b/testsuites/samples/Makefile.am index dbb4a5bd39..0d3121ab14 100644 --- a/testsuites/samples/Makefile.am +++ b/testsuites/samples/Makefile.am @@ -132,7 +132,7 @@ pppd_SOURCES = pppd/init.c pppd/pppdapp.c pppd/netconfig.h \ pppd/system.h pppd_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_pppd) $(support_includes) \ -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking -pppd_LDADD = -lpppd +pppd_LDADD = $(RTEMS_ROOT)cpukit/libpppd.a $(LDADD) endif endif endif -- cgit v1.2.3