diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-03 21:38:32 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-03 21:38:32 +0200 |
commit | d8cb4aa44573aca621110fda47d72bd682c0e3f4 (patch) | |
tree | 29c7ed1b74bf59c00f512a84af148aaf4a5bfd93 /apt-pkg/makefile | |
parent | 6724d2173133f24bc8a3875c13513761f9340627 (diff) |
* first (raw and ineffient) implementation
Diffstat (limited to 'apt-pkg/makefile')
-rw-r--r-- | apt-pkg/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/makefile b/apt-pkg/makefile index df9954f67..8dd50b8c2 100644 --- a/apt-pkg/makefile +++ b/apt-pkg/makefile @@ -15,7 +15,7 @@ LIBRARY=apt-pkg LIBEXT=$(GLIBC_VER)$(LIBSTDCPP_VER) MAJOR=4.4 MINOR=0 -SLIBS=$(PTHREADLIB) $(INTLLIBS) +SLIBS=$(PTHREADLIB) $(INTLLIBS) -lutil APT_DOMAIN:=libapt-pkg$(MAJOR) # Source code for the contributed non-core things |