]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/makefile
Ensure we have a Policy in CacheFile.BuildDepCache()
[apt.git] / test / interactive-helper / makefile
index fa4f5fecba434c845024d22a6286f604d268ff96..8dc014b9883f229669f34d316b883151ec959a93 100644 (file)
@@ -38,3 +38,10 @@ include $(PROGRAM_H)
 #SLIBS = -lapt-pkg -lrpm
 #SOURCE = rpmver.cc
 #include $(PROGRAM_H)
+
+# Program for testing udevcdrom
+PROGRAM=aptwebserver
+SLIBS = -lapt-pkg -lpthread
+LIB_MAKES = apt-pkg/makefile
+SOURCE = aptwebserver.cc
+include $(PROGRAM_H)