X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/63b1700fd93787682eedc95546a0364f449f036d..03eb0ddc417b39d9cb274388cd9161131d553105:/apt-pkg/makefile?ds=inline diff --git a/apt-pkg/makefile b/apt-pkg/makefile index 9099cc12c..3a51849ba 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -9,12 +9,14 @@ HEADER_TARGETDIRS = apt-pkg # Bring in the default rules include ../buildlib/defaults.mak -# The library name, don't forget to update init.h +# The library name, don't forget to update init.h and the copy in +# methods/makefile - FIXME LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) -MAJOR=3.1 -MINOR=3 +MAJOR=3.3 +MINOR=0 SLIBS=$(PTHREADLIB) +DOMAIN:=libapt-pkg$(MAJOR) # Source code for the contributed non-core things SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \