diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:33 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:33 +0000 |
commit | 7a1b1f8bd649113e99ecef0489e2f2194e283d1e (patch) | |
tree | 753f89e873612294a9a5a782294ebc2bf1c65462 /cmdline/makefile | |
parent | 30e1eab53324523297a24c18819b27aba7ce1fb4 (diff) |
Dselect support
Author: jgg
Date: 1998-11-22 23:37:03 GMT
Dselect support
Diffstat (limited to 'cmdline/makefile')
-rw-r--r-- | cmdline/makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cmdline/makefile b/cmdline/makefile index d3c1012d9..e52328440 100644 --- a/cmdline/makefile +++ b/cmdline/makefile @@ -11,8 +11,14 @@ SLIBS = -lapt-pkg SOURCE = apt-cache.cc include $(PROGRAM_H) -# The apt-config program +# The apt-get program PROGRAM=apt-get SLIBS = -lapt-pkg SOURCE = apt-get.cc acqprogress.cc include $(PROGRAM_H) + +# The apt-config program +PROGRAM=apt-config +SLIBS = -lapt-pkg +SOURCE = apt-config.cc +include $(PROGRAM_H) |