]> git.saurik.com Git - apt.git/blobdiff - cmdline/makefile
update the test to ensure that NotAutomatic and co is used also
[apt.git] / cmdline / makefile
index 3260e375b7ef95236dad2992340a23fb6232fc5a..e867dae73654fb573bdcaabc09ddf2fe5795261e 100644 (file)
@@ -54,7 +54,14 @@ TARGET=program
 include $(COPY_H)
 
 # The apt-mark program
-SOURCE=apt-mark
-TO=$(BIN)
-TARGET=program
-include $(COPY_H)
+PROGRAM=apt-mark
+SLIBS = -lapt-pkg $(INTLLIBS)
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-mark.cc
+include $(PROGRAM_H)
+
+# The apt-report-mirror-failure program
+#SOURCE=apt-report-mirror-failure
+#TO=$(BIN)
+#TARGET=program
+#include $(COPY_H)