diff options
-rw-r--r-- | apt-inst/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile index 23cdd375b..3aa7b45d2 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -14,7 +14,7 @@ LIBRARY=apt-inst LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) MAJOR=1.0 MINOR=0 -SLIBS=$(PTHREADLIB) +SLIBS=$(PTHREADLIB) -lapt-pkg # Source code for the contributed non-core things SOURCE = contrib/extracttar.cc contrib/arfile.cc |