]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/makefile
Full translation for 0.5.4.9 (new, Greek)
[apt.git] / apt-pkg / makefile
index 9099cc12c8ec9b6d63069200afda2473b3e7047c..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.1
-MINOR=3
-SLIBS=$(PTHREADLIB)
+MAJOR=3.3
+MINOR=0
+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 \