projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the atomic replace.
[apt.git]
/
methods
/
makefile
diff --git
a/methods/makefile
b/methods/makefile
index 5c4fa82bf7a9795e12ede86a64fd3afef34bc134..eabe85cfd468e7b2da3533169bf435fc5eb76072 100644
(file)
--- a/
methods/makefile
+++ b/
methods/makefile
@@
-6,9
+6,8
@@
SUBDIR=methods
include ../buildlib/defaults.mak
BIN := $(BIN)/methods
include ../buildlib/defaults.mak
BIN := $(BIN)/methods
-# FIXME..
-LIB_APT_PKG_MAJOR = 4.6
-APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR)
+include ../buildlib/libversion.mak
+APT_DOMAIN := libapt-pkg$(LIBAPTPKG_MAJOR)
# The file method
PROGRAM=file
# The file method
PROGRAM=file
@@
-40,7
+39,7
@@
include $(PROGRAM_H)
# The cdrom method
PROGRAM=cdrom
# The cdrom method
PROGRAM=cdrom
-SLIBS = -lapt-pkg $(INTLLIBS)
+SLIBS = -lapt-pkg
-ldl
$(INTLLIBS)
LIB_MAKES = apt-pkg/makefile
SOURCE = cdrom.cc
include $(PROGRAM_H)
LIB_MAKES = apt-pkg/makefile
SOURCE = cdrom.cc
include $(PROGRAM_H)