summaryrefslogtreecommitdiff
path: root/apt-inst/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-12-18 16:53:22 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-12-18 16:53:22 +0100
commitc55451ff2e5a098a6431dfd1be322f7113a86002 (patch)
tree4369cdb8cc209b1e44f81e978684992a68cd5dbc /apt-inst/makefile
parenta0895a74fe95997a5d75e5b54c95afb9594554f6 (diff)
parentd0cf6da810b2ad898c0eb75ac8815ab5e56cf015 (diff)
merge from the debian-sid branch
Diffstat (limited to 'apt-inst/makefile')
-rw-r--r--apt-inst/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile
index c0ff3d886..abc8c3fd9 100644
--- a/apt-inst/makefile
+++ b/apt-inst/makefile
@@ -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)