]> git.saurik.com Git - apt.git/blobdiff - apt-inst/makefile
apt-pkg/acquire-item.cc: add more debug output
[apt.git] / apt-inst / makefile
index 0b02d4c7931ff4a46486d7d8d02d532e87531ef5..785dc62baf82b3dd01008f500f13839058161d1f 100644 (file)
@@ -9,10 +9,12 @@ HEADER_TARGETDIRS = apt-pkg
 # Bring in the default rules
 include ../buildlib/defaults.mak
 
+# The library name and version (indirectly used from init.h)
+include ../buildlib/libversion.mak
+
 # The library name
 LIBRARY=apt-inst
-LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
-MAJOR=1.0
+MAJOR=1.2
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)