From 8ed9f779cddb96fd688497b6003f59a25b6769c9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 27 Jan 2014 14:54:35 +0100 Subject: [PATCH] Makefile.am: build test/run_neighbor_explorer with AM_LDADD --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 034fad69b..0d94ddee0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1315,7 +1315,7 @@ test_run_neighbor_explorer_SOURCES = \ src/Log.cxx src/LogBackend.cxx \ src/IOThread.cxx \ test/run_neighbor_explorer.cxx -test_run_neighbor_explorer_LDADD = \ +test_run_neighbor_explorer_LDADD = $(AM_LDADD) \ $(GLIB_LIBS) \ $(NEIGHBOR_LIBS) \ $(INPUT_LIBS) \