]> git.saurik.com Git - apt.git/blobdiff - apt-inst/makefile
send "dpkg-exec" message on the status fd when dpkg is run
[apt.git] / apt-inst / makefile
index 4a0981f2bc882b055ea71a1e4932a3daca0ec981..cc61841b9743922f68af0ac4f4147258cd8f68d2 100644 (file)
@@ -11,9 +11,11 @@ include ../buildlib/defaults.mak
 
 # The library name
 LIBRARY=apt-inst
-MAJOR=1.0
+LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
+MAJOR=1.1
 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