Browse Source

apt-inst/makefile: include libversion.mak

Michael Vogt 16 years ago
parent
commit
a72d66d178
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apt-inst/makefile

+ 3 - 0
apt-inst/makefile

@@ -9,6 +9,9 @@ HEADER_TARGETDIRS = apt-pkg
 # Bring in the default rules
 # Bring in the default rules
 include ../buildlib/defaults.mak
 include ../buildlib/defaults.mak
 
 
+# The library name and version (indirectly used from init.h)
+include ../buildlib/libversion.mak
+
 # The library name
 # The library name
 LIBRARY=apt-inst
 LIBRARY=apt-inst
 MAJOR=1.1
 MAJOR=1.1