]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
reorganize WriteScenario to add a WriteLimitedScenario in which a scenario
[apt.git] / cmdline / makefile
index 3260e375b7ef95236dad2992340a23fb6232fc5a..4462ccaf4e72b23753bc167e7e3edf4ed0471bb7 100644 (file)
@@ -58,3 +58,16 @@ SOURCE=apt-mark
 TO=$(BIN)
 TARGET=program
 include $(COPY_H)
 TO=$(BIN)
 TARGET=program
 include $(COPY_H)
+
+# The apt-report-mirror-failure program
+#SOURCE=apt-report-mirror-failure
+#TO=$(BIN)
+#TARGET=program
+#include $(COPY_H)
+
+# The internal solver acting as an external
+PROGRAM=apt-internal-solver
+SLIBS = -lapt-pkg $(INTLLIBS)
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-internal-solver.cc
+include $(PROGRAM_H)