projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eipp: add Allow-Temporary-Remove-of-Essentials
[apt.git]
/
test
/
interactive-helper
/
makefile
diff --git
a/test/interactive-helper/makefile
b/test/interactive-helper/makefile
index fee94cd771d7edf1b40fc9ef282db3f1735a58a1..096767c414780fc8df4c5a4435febe9e02f46bb2 100644
(file)
--- a/
test/interactive-helper/makefile
+++ b/
test/interactive-helper/makefile
@@
-1,6
+1,7
@@
# -*- make -*-
BASE=../..
SUBDIR=test/interactive-helper
# -*- make -*-
BASE=../..
SUBDIR=test/interactive-helper
+APT_DOMAIN=none
# Bring in the default rules
include ../../buildlib/defaults.mak
# Bring in the default rules
include ../../buildlib/defaults.mak
@@
-32,6
+33,12
@@
LIB_MAKES = apt-pkg/makefile
SOURCE = test_udevcdrom.cc
include $(PROGRAM_H)
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
# Program for checking rpm versions
#PROGRAM=rpmver
#SLIBS = -lapt-pkg -lrpm
@@
-40,7
+47,7
@@
include $(PROGRAM_H)
# very simple webserver for APT testing
PROGRAM=aptwebserver
# 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)
LIB_MAKES = apt-pkg/makefile
SOURCE = aptwebserver.cc
include $(PROGRAM_H)