]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
More tests
[apt.git] / cmdline / makefile
index 861976ec72c427b334de52adb362b6d8aee0fc82..0c34c1ff97ec02b43341acbe53d505dab05f40d6 100644 (file)
@@ -30,5 +30,19 @@ include $(PROGRAM_H)
 PROGRAM=apt-cdrom
 SLIBS = -lapt-pkg
 LIB_MAKES = apt-pkg/makefile
-SOURCE = apt-cdrom.cc
+SOURCE = apt-cdrom.cc indexcopy.cc
+include $(PROGRAM_H)
+
+# The apt-sortpkgs program
+PROGRAM=apt-sortpkgs
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-sortpkgs.cc
+include $(PROGRAM_H)
+
+# The apt-extracttemplates program
+PROGRAM=apt-extracttemplates
+SLIBS = -lapt-pkg -lapt-inst
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-extracttemplates.cc 
 include $(PROGRAM_H)