]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
Minor fixes
[apt.git] / cmdline / makefile
index d3c1012d9cf9d6b79e00fb92f048802325fca001..c3a4d81d91002f33da5e15bac570867a2fe49c9f 100644 (file)
@@ -11,8 +11,20 @@ SLIBS = -lapt-pkg
 SOURCE = apt-cache.cc
 include $(PROGRAM_H)
 
-# The apt-config program
+# 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
+SOURCE = apt-config.cc
+include $(PROGRAM_H)
+
+# The apt-cdrom program
+PROGRAM=apt-cdrom
+SLIBS = -lapt-pkg
+SOURCE = apt-cdrom.cc
+include $(PROGRAM_H)