]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/makefile
eipp: add Allow-Temporary-Remove-of-Essentials
[apt.git] / test / interactive-helper / makefile
index 74659cf129bb7dc71d10400b710cce7ae4d6d516..096767c414780fc8df4c5a4435febe9e02f46bb2 100644 (file)
@@ -33,6 +33,12 @@ LIB_MAKES = apt-pkg/makefile
 SOURCE = test_udevcdrom.cc
 include $(PROGRAM_H)
 
+PROGRAM=test_fileutl
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = test_fileutl.cc
+include $(PROGRAM_H)
+
 # Program for checking rpm versions
 #PROGRAM=rpmver
 #SLIBS = -lapt-pkg -lrpm
@@ -41,7 +47,7 @@ include $(PROGRAM_H)
 
 # very simple webserver for APT testing
 PROGRAM=aptwebserver
-SLIBS = -lapt-pkg
+SLIBS = -lapt-pkg -lpthread
 LIB_MAKES = apt-pkg/makefile
 SOURCE = aptwebserver.cc
 include $(PROGRAM_H)