]> git.saurik.com Git - apt-legacy.git/blobdiff - apt-inst/makefile
Fix compilation of http when embedding into Cydia.
[apt-legacy.git] / apt-inst / makefile
index c4c96c50cd0521021eb08026d85ad24e95a48c63..c073cb3b8e4b587107e49bba017dd2ee14d6a531 100644 (file)
@@ -9,13 +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
+SLIBS=$(PTHREADLIB) -lapt-pkg $(INTLLIBS)
 APT_DOMAIN:=libapt-inst$(MAJOR)
 
 # Source code for the contributed non-core things