diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:33 +0000 |
commit | 809484570008da67b0dcd291af7673481fff52f6 (patch) | |
tree | 31609d2257d09f9fc20bdc550982f700223bf781 /methods | |
parent | 89409d33dc8d3156d089f4f90a02b39a04a9d952 (diff) |
gettext stuff
Author: jgg
Date: 2002-10-16 05:24:02 GMT
gettext stuff
Diffstat (limited to 'methods')
-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 |