diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 20:48:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-12-10 20:48:36 +0100 |
commit | 3e2f480d7ad43f565bf2253fc598c2b80a22560f (patch) | |
tree | 9328c276084c60db8bcea258b35c9d69e9da4a3b /apt-pkg/makefile | |
parent | fb3dc57975989a6514577569af9171732b7c5403 (diff) | |
parent | 944b2fffc4a54fbf9329faa579592cc758915a99 (diff) |
merged -r1887..1901 from lp:~donkult/apt/sid
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index f2a8460a9..3d6209658 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -9,14 +9,13 @@ HEADER_TARGETDIRS = apt-pkg # Bring in the default rules include ../buildlib/defaults.mak -# The library name, don't forget to update init.h and the copy in -# methods/makefile - FIXME +# The library name and version (indirectly used from init.h) +include ../buildlib/libversion.mak LIBRARY=apt-pkg -LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=4.8 -MINOR=1 +MAJOR=$(LIBAPTPKG_MAJOR) +MINOR=$(LIBAPTPKG_RELEASE) SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil -ldl -APT_DOMAIN:=libapt-pkg$(MAJOR) +APT_DOMAIN:=libapt-pkg$(LIBAPTPKG_MAJOR) # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \ |