X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/470a5c38519989313514ebaec6920aafee53d798..2b82aa5553eef0cd16b5803047a6b60450bee92f:/cmdline/makefile diff --git a/cmdline/makefile b/cmdline/makefile index e867dae73..6d988a8f5 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -65,3 +65,17 @@ include $(PROGRAM_H) #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) + +# The internal solver acting as an external +PROGRAM=apt-dump-solver +SLIBS = -lapt-pkg $(INTLLIBS) +LIB_MAKES = apt-pkg/makefile +SOURCE = apt-dump-solver.cc +include $(PROGRAM_H)