]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
Join with aliencode
[apt.git] / cmdline / makefile
index 17042c0d2bab61877c1499e79c0e948a343918ce..c0647cead0021428a96391e712ee8f509fe666cc 100644 (file)
@@ -32,3 +32,10 @@ SLIBS = -lapt-pkg
 LIB_MAKES = apt-pkg/makefile
 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)