diff options
Diffstat (limited to 'methods/makefile')
-rw-r--r-- | methods/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile index 80f749255..dcdb0dc46 100644 --- a/methods/makefile +++ b/methods/makefile @@ -6,6 +6,10 @@ SUBDIR=methods include ../buildlib/defaults.mak BIN := $(BIN)/methods +# FIXME.. +LIB_APT_PKG_MAJOR = 3.3 +DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) + # The file method PROGRAM=file SLIBS = -lapt-pkg |