summaryrefslogtreecommitdiff
path: root/apt-inst/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-12-22 12:20:43 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-12-22 12:20:43 +0100
commita7b33d6543ac4dcf7fc40b38301f7cc9e22db3d2 (patch)
tree163fe56653b31d1be91c1d728a2217ff1a7f6840 /apt-inst/makefile
parent79d006e6fbfb07049edfefa45a3bad19bf346746 (diff)
parentd0cf6da810b2ad898c0eb75ac8815ab5e56cf015 (diff)
merge with lp:~mvo/apt/sid to get the finale 0.7.25 state
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)