diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:11 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:11 +0000 |
commit | 87b192a04c1c0fa5d89fb5c16411f20c96d015da (patch) | |
tree | 5d8fa472ed14a852849129203833d260a0caeccf /apt-inst/makefile | |
parent | 2a65de6b2019c305eaddeee08214210e8ab36efa (diff) |
Link apt-inst to apt-pkg, #175055
Author: jgg
Date: 2003-01-06 00:40:51 GMT
Link apt-inst to apt-pkg, #175055
Diffstat (limited to 'apt-inst/makefile')
-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 |