diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |