]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-inst/makefile
Ported to APT 0.7.25.3.
[apt-legacy.git] / apt-inst / makefile
index 449dad0163625d16ebb6314bb3beef62d7a82be9..c073cb3b8e4b587107e49bba017dd2ee14d6a531 100644 (file)
@@ -9,10 +9,11 @@ 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)