diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 11:13:25 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 11:13:25 +0200 |
commit | 0408d8c3b23367d09980cb27a5225a9f034d7610 (patch) | |
tree | 6eae7bae55280f448ec08c5bcf61c43e833b74eb /apt-pkg/makefile | |
parent | b84fa7158d04f8b2136f01dda106ba0272027887 (diff) | |
parent | b30aa0ec229b851b25ea07c758283f502a3f2cba (diff) |
* apt-pkg/deb/dpkgpm.{cc,h}:
- merged dpkg-log branch, this lets you specify a
Dir::Log::Terminal file to log dpkg output to
ABI break
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index df9954f67..b327dbf64 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -13,9 +13,9 @@ include ../buildlib/defaults.mak # methods/makefile - FIXME LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=4.4 +MAJOR=4.5 MINOR=0 -SLIBS=$(PTHREADLIB) $(INTLLIBS) +SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil APT_DOMAIN:=libapt-pkg$(MAJOR) # Source code for the contributed non-core things |