summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:50:59 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:50:59 +0000
commit08e8f724674eb96678dcabf856534c58f5c29996 (patch)
treef8cde76f1af140aa9d0536ea062d6e1fd0379c98 /cmdline/makefile
parentc5162d564ac98a1e97812ec5d290d2375c0820d8 (diff)
Sync
Author: jgg Date: 1998-09-22 05:30:24 GMT Sync
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index 2dd10d6bc..bbe1f5e46 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -5,11 +5,14 @@ SUBDIR=cmdline
# Bring in the default rules
include ../buildlib/defaults.mak
-# The library name
+# The apt-cache program
PROGRAM=apt-cache
SLIBS = -lapt-pkg
-
-# Source code for the contributed non-core things
SOURCE = apt-cache.cc
+include $(PROGRAM_H)
+# The apt-config program
+PROGRAM=apt-config
+SLIBS = -lapt-pkg
+SOURCE = apt-config.cc
include $(PROGRAM_H)