]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/makefile
Merge branch 'debian/sid' into debian/experimental
[apt.git] / test / interactive-helper / makefile
index fa4f5fecba434c845024d22a6286f604d268ff96..4633b78ce66bd33c87d589c001d1a4df6a55aa99 100644 (file)
@@ -38,3 +38,10 @@ include $(PROGRAM_H)
 #SLIBS = -lapt-pkg -lrpm
 #SOURCE = rpmver.cc
 #include $(PROGRAM_H)
+
+# very simple webserver for APT testing
+PROGRAM=aptwebserver
+SLIBS = -lapt-pkg -lpthread
+LIB_MAKES = apt-pkg/makefile
+SOURCE = aptwebserver.cc
+include $(PROGRAM_H)