summaryrefslogtreecommitdiff
path: root/apt-pkg/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:29 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:29 +0000
commit8c4bad46d421a38bee98a6979389764bc55d8979 (patch)
tree831ea7518fa45d0c01ceca70f87a1aa5ef3b7159 /apt-pkg/makefile
parent49dfb346d466a2368a91d2730c86f915fcddc87c (diff)
Gettext stuff
Author: jgg Date: 2002-10-16 05:21:33 GMT Gettext stuff
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r--apt-pkg/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile
index f8cb1ddca..3a51849ba 100644
--- a/apt-pkg/makefile
+++ b/apt-pkg/makefile
@@ -9,12 +9,14 @@ HEADER_TARGETDIRS = apt-pkg
# Bring in the default rules
include ../buildlib/defaults.mak
-# The library name, don't forget to update init.h
+# The library name, don't forget to update init.h and the copy in
+# methods/makefile - FIXME
LIBRARY=apt-pkg
LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER)
MAJOR=3.3
MINOR=0
SLIBS=$(PTHREADLIB)
+DOMAIN:=libapt-pkg$(MAJOR)
# Source code for the contributed non-core things
SOURCE = contrib/mmap.cc contrib/error.cc contrib/strutl.cc \