summaryrefslogtreecommitdiff
path: root/cmdline/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:38 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:38 +0000
commit3fc8f6852335ef8d50f40882769d9df6728dd73d (patch)
treebbce2e57dca092670994b95587ddf9acd39a3147 /cmdline/makefile
parent0f2fa32291a66b7a154b5926a6dc8f38476bdd94 (diff)
apt-extracttemplates stuff from debconf
Author: tausq Date: 2001-02-23 04:28:49 GMT apt-extracttemplates stuff from debconf
Diffstat (limited to 'cmdline/makefile')
-rw-r--r--cmdline/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmdline/makefile b/cmdline/makefile
index c0647cead..0f19d8e59 100644
--- a/cmdline/makefile
+++ b/cmdline/makefile
@@ -39,3 +39,10 @@ SLIBS = -lapt-pkg
LIB_MAKES = apt-pkg/makefile
SOURCE = apt-sortpkgs.cc
include $(PROGRAM_H)
+
+# The apt-extracttemplates program
+PROGRAM=apt-extracttemplates
+SLIBS = -lapt-pkg -lapt-inst
+LIB_MAKES = apt-pkg/makefile
+SOURCE = apt-extracttemplates.cc debfile.cc
+include $(PROGRAM_H)