X-Git-Url: http://git.hcoop.net/ntk/apt.git/blobdiff_plain/b2e465d6d32d2dc884f58b94acb7e35f671a87fe..234edfd074bd8a356494d5d8df8774cf1b096fd8:/cmdline/makefile diff --git a/cmdline/makefile b/cmdline/makefile index c0647cea..0c34c1ff 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 +include $(PROGRAM_H)