X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/ba56f25a059122d193e9fda612079326751d5c65..27c69dd0b36e3da7b6061e597d755f5a60a0d31b:/apt-inst/makefile diff --git a/apt-inst/makefile b/apt-inst/makefile index 18637d749..785dc62ba 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.1 +MAJOR=1.2 MINOR=0 SLIBS=$(PTHREADLIB) -lapt-pkg APT_DOMAIN:=libapt-inst$(MAJOR)