]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
* Fix typo in error message when encountering unknown t...
[apt.git] / apt-pkg / makefile
index e1b4d6153e47725a546f9fe2788c2d8736d75760..9b931d654805de197101b88bd6e12972f07e9651 100644 (file)
@@ -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.2
+MAJOR=3.3
 MINOR=0
-SLIBS=$(PTHREADLIB)
+SLIBS=$(PTHREADLIB) $(INTLLIBS)
+APT_DOMAIN:=libapt-pkg$(MAJOR)
 
 # Source code for the contributed non-core things
 SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \