X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9c257550854273ff6defb1816cb210d51f64db03..62f6ecbf2f204d95e98fc5480c5a0db43b52d2be:/test/interactive-helper/makefile diff --git a/test/interactive-helper/makefile b/test/interactive-helper/makefile index 10d1e44ec..8dc014b98 100644 --- a/test/interactive-helper/makefile +++ b/test/interactive-helper/makefile @@ -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) + +# Program for testing udevcdrom +PROGRAM=aptwebserver +SLIBS = -lapt-pkg -lpthread +LIB_MAKES = apt-pkg/makefile +SOURCE = aptwebserver.cc +include $(PROGRAM_H)