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 /cmdline/makefile | |
parent | 6724d2173133f24bc8a3875c13513761f9340627 (diff) |
* first (raw and ineffient) implementation
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile index 49035be44..5820c2e0f 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -14,7 +14,7 @@ include $(PROGRAM_H) # The apt-get program PROGRAM=apt-get -SLIBS = -lapt-pkg +SLIBS = -lapt-pkg -lutil LIB_MAKES = apt-pkg/makefile SOURCE = apt-get.cc acqprogress.cc include $(PROGRAM_H) |