X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/385d9f2f23057bc5808b5e013e77ba16d1c94da4..a5f9b45e4a67246f7af2c6fc62de9c531cd314a4:/cmdline/makefile diff --git a/cmdline/makefile b/cmdline/makefile index cd8ff8252..8b79ce05f 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -79,13 +79,19 @@ LIB_MAKES = apt-pkg/makefile apt-inst/makefile apt-private/makefile SOURCE = apt-extracttemplates.cc include $(PROGRAM_H) -# The internal solver acting as an external +# The internal solver/planner acting as an external PROGRAM=apt-internal-solver SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) LIB_MAKES = apt-pkg/makefile apt-private/makefile SOURCE = apt-internal-solver.cc include $(PROGRAM_H) +PROGRAM=apt-internal-planner +SLIBS = -lapt-pkg -lapt-private $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile apt-private/makefile +SOURCE = apt-internal-planner.cc +include $(PROGRAM_H) + # This just dumps out the state PROGRAM=apt-dump-solver SLIBS = -lapt-pkg -lapt-private $(INTLLIBS)