Makefile.am: build test/run_neighbor_explorer with AM_LDADD

This commit is contained in:
Max Kellermann 2014-01-27 14:54:35 +01:00
parent f548a966f5
commit 8ed9f779cd

View File

@ -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) \