Description: Fix the Makefile dependencies Author: Adrian Bunk Bug-Debian: https://bugs.debian.org/906498 --- src/Makefile.am.orig +++ src/Makefile.am @@ -43,7 +43,7 @@ libots_1_include_HEADERS = \ libots.h bin_PROGRAMS=ots -ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS) +ldadd = libots-1.la $(OTS_LIBS) $(POPT_LIBS) ots_LDADD=$(ldadd)