1 Description: Fix the Makefile dependencies
2 Author: Adrian Bunk <bunk@debian.org>
3 Bug-Debian: https://bugs.debian.org/906498
5 --- ots-0.5.0.orig/src/Makefile.am
6 +++ ots-0.5.0/src/Makefile.am
7 @@ -43,7 +43,7 @@ libots_1_include_HEADERS = \
11 -ldadd = $(top_builddir)/src/libots-1.la $(OTS_LIBS) $(POPT_LIBS)
12 +ldadd = libots-1.la $(OTS_LIBS) $(POPT_LIBS)