]> git.saurik.com Git - apt.git/blobdiff - apt-inst/makefile
origin can be used to match a hostname (Closes: #352667)
[apt.git] / apt-inst / makefile
index 23cdd375b5bddfd3530d5a5d2c0cc46ae5bf954e..785dc62baf82b3dd01008f500f13839058161d1f 100644 (file)
@@ -9,12 +9,15 @@ 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.0
+MAJOR=1.2
 MINOR=0
-SLIBS=$(PTHREADLIB)
+SLIBS=$(PTHREADLIB) -lapt-pkg
+APT_DOMAIN:=libapt-inst$(MAJOR)
 
 # Source code for the contributed non-core things
 SOURCE = contrib/extracttar.cc contrib/arfile.cc