]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
add a small wrapper to use the internal apt solver as an external one
[apt.git] / cmdline / makefile
index 917ccc96aef76d5fe06e318d205a2e6a1945ad8e..4462ccaf4e72b23753bc167e7e3edf4ed0471bb7 100644 (file)
@@ -64,3 +64,10 @@ include $(COPY_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)