]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
Small tweaks to no install candidate warning
[apt.git] / cmdline / makefile
index bbe1f5e46ca7788f963b53fdf911bd6cfe840486..e52328440794cf4ca22dd88294626032dd5f40a9 100644 (file)
@@ -7,12 +7,18 @@ include ../buildlib/defaults.mak
 
 # The apt-cache program
 PROGRAM=apt-cache
-SLIBS = -lapt-pkg 
+SLIBS = -lapt-pkg
 SOURCE = apt-cache.cc
 include $(PROGRAM_H)
 
+# The apt-get program
+PROGRAM=apt-get
+SLIBS = -lapt-pkg
+SOURCE = apt-get.cc acqprogress.cc
+include $(PROGRAM_H)
+
 # The apt-config program
 PROGRAM=apt-config
-SLIBS = -lapt-pkg 
+SLIBS = -lapt-pkg
 SOURCE = apt-config.cc
 include $(PROGRAM_H)