]> git.saurik.com Git - apt.git/blobdiff - apt-inst/makefile
doc/sources.list.5.xml: merge typo fixes
[apt.git] / apt-inst / makefile
index c0ff3d8862eaac1bf48fa9028f1b9b6d1574d1f2..abc8c3fd9e19e309c429e1ee4942cb2e5e3f4c33 100644 (file)
@@ -9,9 +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
-MAJOR=1.2
+MAJOR=1.1
 MINOR=0
 SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)