]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/makefile
no value for MultiArch field is 'no', not 'none'
[apt.git] / test / interactive-helper / makefile
index 10d1e44ece0d9617d1df8dcd065e1c0304e0f8a6..4633b78ce66bd33c87d589c001d1a4df6a55aa99 100644 (file)
@@ -1,6 +1,7 @@
 # -*- make -*-
 BASE=../..
 SUBDIR=test/interactive-helper
+APT_DOMAIN=none
 
 # Bring in the default rules
 include ../../buildlib/defaults.mak
@@ -37,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)