<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Description: Fix the Makefile dependencies
Author: Adrian Bunk &lt;bunk@debian.org&gt;
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)
 
</pre></body></html>