X-Git-Url: https://git.saurik.com/apt-legacy.git/blobdiff_plain/da6ee4691da8cccb60b8673b4f97fb7f6df3ec7d..HEAD:/apt-inst/makefile diff --git a/apt-inst/makefile b/apt-inst/makefile index c4c96c5..c073cb3 100644 --- a/apt-inst/makefile +++ b/apt-inst/makefile @@ -9,13 +9,14 @@ 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.1 MINOR=0 -SLIBS=$(PTHREADLIB) -lapt-pkg +SLIBS=$(PTHREADLIB) -lapt-pkg $(INTLLIBS) APT_DOMAIN:=libapt-inst$(MAJOR) # Source code for the contributed non-core things