]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-inst/makefile.orig
Removed obsolete unique.diff optimization and added a missing /etc/apt/trusted.gpg.d.
[apt-legacy.git] / apt-inst / makefile.orig
index 8dcfe73217b0cca50a3e14fffbe338feeb9a7c0b..abc8c3fd9e19e309c429e1ee4942cb2e5e3f4c33 100644 (file)
@@ -9,12 +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 $(INTLLIBS)
+SLIBS=$(PTHREADLIB) -lapt-pkg
 APT_DOMAIN:=libapt-inst$(MAJOR)
 
 # Source code for the contributed non-core things